mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-24 18:29:12 +00:00
[GTKUI] Enable appindicator support by default
On GNOME, I don't believe any tray icon or indicator support is enabled by default, but one can easily install an extension for indicators whereas I'm not sure about tray icons, but the 'top icons' extension I believe has had a flaky history. I'm not entirely sure how KDE handles things, but out of the box it too has indicator support and I believe that is preferred with the move to Wayland. In Xfce, the tray icon area is called "Status tray" and has support for both tray icons and indicators. Closes: https://github.com/deluge-torrent/deluge/pull/318
This commit is contained in:
parent
dbedf7f639
commit
366cded7be
@ -89,7 +89,7 @@ DEFAULT_PREFS = {
|
||||
'enable_system_tray': True,
|
||||
'close_to_tray': False,
|
||||
'start_in_tray': False,
|
||||
'enable_appindicator': False,
|
||||
'enable_appindicator': True,
|
||||
'lock_tray': False,
|
||||
'tray_password': '',
|
||||
'check_new_releases': True,
|
||||
|
Loading…
x
Reference in New Issue
Block a user