autostart

This commit is contained in:
j 2016-04-14 12:57:45 +02:00
commit 0551a18cc9
6 changed files with 69 additions and 10 deletions

View file

@ -136,6 +136,12 @@ oml.ui.preferencesPanel = function() {
}
],
advanced: [
{
id: 'autostart',
title: 'Start Open Media Library at Login',
value: preferences.autostart,
help: 'Launch Open Media Library in the background once you login to your computer.'
},
{
id: 'showDebugMenu',
title: 'Show Debug Menu',