Skip to content

Commit ac5613f

Browse files
committed
fix: remove reference to non-existant variable
1 parent 640c962 commit ac5613f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tagstudio/src/qt/modals/settings_modal.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ def __init__(self, settings: TSSettings):
6464
)
6565
# ---
6666
self.main.addLayout(self.language_Row)
67-
self.main.addLayout(self.darkMode_Row)
6867
self.main.addLayout(self.show_library_list_Row)
6968
self.main.addLayout(self.show_filenames_Row)
7069

0 commit comments

Comments
 (0)