Add preferences dialog

Allows customizing various settings. For now it includes player seeking times and mode customization. More options will be added in the future.
This commit is contained in:
Rafostar
2020-10-25 10:14:14 +01:00
parent 576440faff
commit 9354042379
13 changed files with 460 additions and 111 deletions

View File

@@ -18,6 +18,5 @@ if not destdir:
print('Updating desktop database...')
call(['update-desktop-database', '-q', path.join(sharedir, 'applications')])
# NO CLAPPER SCHEMAS YET
#print('Compiling GSettings schemas...')
#call(['glib-compile-schemas', path.join(sharedir, 'glib-2.0', 'schemas')])
print('Compiling GSettings schemas...')
call(['glib-compile-schemas', path.join(sharedir, 'glib-2.0', 'schemas')])