Added support for replaygain option

This commit is contained in:
Sumner Evans
2020-03-18 10:53:24 -06:00
parent 19d616fa13
commit 45ab5c0852
7 changed files with 91 additions and 18 deletions

View File

@@ -41,6 +41,9 @@ class SettingsDialog(EditFormDialog):
5,
),
]
option_fields = [
('Replay Gain', 'replay_gain', ('Disabled', 'Track', 'Album')),
]
def __init__(self, *args, **kwargs):
self.extra_label = Gtk.Label(