summaryrefslogtreecommitdiffstats
path: root/deluge/ui/gtk3/gtkui.py
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-03-05 23:20:49 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-03-05 23:21:07 +0000
commit676702692d5388e2251a0a94a428e13f6d1383bb (patch)
tree47122db13d7610e47aa2f89bf56c6367f40c7751 /deluge/ui/gtk3/gtkui.py
parentReleasing debian version 2.1.2~dev0+20240121-1. (diff)
downloaddeluge-676702692d5388e2251a0a94a428e13f6d1383bb.tar.xz
deluge-676702692d5388e2251a0a94a428e13f6d1383bb.zip
Merging upstream version 2.1.2~dev0+20240219.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'deluge/ui/gtk3/gtkui.py')
-rw-r--r--deluge/ui/gtk3/gtkui.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/deluge/ui/gtk3/gtkui.py b/deluge/ui/gtk3/gtkui.py
index 434d1b8..73a7c97 100644
--- a/deluge/ui/gtk3/gtkui.py
+++ b/deluge/ui/gtk3/gtkui.py
@@ -84,6 +84,7 @@ except ImportError:
DEFAULT_PREFS = {
'standalone': True,
+ 'prefer_dark_theme': False,
'interactive_add': True,
'focus_add_dialog': True,
'enable_system_tray': True,