Create new ICO files
BIN
icons/nzb.ico
|
Before Width: | Height: | Size: 27 KiB After Width: | Height: | Size: 25 KiB |
|
Before Width: | Height: | Size: 38 KiB After Width: | Height: | Size: 24 KiB |
|
Before Width: | Height: | Size: 1.1 KiB |
BIN
icons/sabnzbd16_32.ico
Normal file
|
After Width: | Height: | Size: 5.3 KiB |
BIN
icons/sabnzbd16_32green.ico
Normal file
|
After Width: | Height: | Size: 5.3 KiB |
BIN
icons/sabnzbd16_32paused.ico
Normal file
|
After Width: | Height: | Size: 5.3 KiB |
|
Before Width: | Height: | Size: 1.1 KiB |
|
Before Width: | Height: | Size: 1.1 KiB |
|
Before Width: | Height: | Size: 5.3 KiB After Width: | Height: | Size: 5.3 KiB |
|
Before Width: | Height: | Size: 5.3 KiB After Width: | Height: | Size: 5.3 KiB |
@@ -39,9 +39,9 @@ from sabnzbd.utils.systrayiconthread import SysTrayIconThread
|
||||
|
||||
class SABTrayThread(SysTrayIconThread):
|
||||
sabicons = {
|
||||
'default': 'icons/sabnzbd16.ico',
|
||||
'green': 'icons/sabnzbd16green.ico',
|
||||
'pause': 'icons/sabnzbd16paused.ico'
|
||||
'default': 'icons/sabnzbd16_32.ico',
|
||||
'green': 'icons/sabnzbd16_32green.ico',
|
||||
'pause': 'icons/sabnzbd16_32paused.ico'
|
||||
}
|
||||
|
||||
def __init__(self):
|
||||
|
||||
@@ -42,9 +42,9 @@ from sabnzbd.utils.upload import add_local
|
||||
|
||||
class StatusIcon(Thread):
|
||||
sabicons = {
|
||||
'default': 'icons/sabnzbd16.ico',
|
||||
'green': 'icons/sabnzbd16green.ico',
|
||||
'pause': 'icons/sabnzbd16paused.ico'
|
||||
'default': 'icons/sabnzbd16_32.ico',
|
||||
'green': 'icons/sabnzbd16_32green.ico',
|
||||
'pause': 'icons/sabnzbd16_32paused.ico'
|
||||
}
|
||||
|
||||
updatefreq = 1000 # ms
|
||||
|
||||