Started trying to figure out how to listen to the system bus for network changes

This commit is contained in:
Sumner Evans
2019-12-29 14:41:53 -07:00
parent 78c3fc5cf4
commit 2b31f508c9
6 changed files with 68 additions and 62 deletions

View File

@@ -16,7 +16,6 @@ class SettingsDialog(EditFormDialog):
),
]
boolean_fields = [
('Show headers on song lists', 'show_headers'),
('Always stream songs', 'always_stream'),
('When streaming, also download song', 'download_on_stream'),
(