prepare public api
This commit is contained in:
parent
507b6fed3e
commit
dd0e22a979
18 changed files with 237 additions and 94 deletions
|
|
@ -142,6 +142,14 @@ oml.ui.preferencesPanel = function() {
|
|||
value: preferences.autostart,
|
||||
help: 'Launch Open Media Library in the background once you login to your computer.'
|
||||
},
|
||||
/*
|
||||
{
|
||||
id: 'enableReadOnlyService',
|
||||
title: 'Read-Only Hidden Service',
|
||||
value: preferences.enableReadOnlyService,
|
||||
help: 'Make a read-only version of your library available as a TOR Hidden service.<br>\n Your library will be available at http://' + oml.user.id + '.onion/'
|
||||
},
|
||||
*/
|
||||
{
|
||||
id: 'showDebugMenu',
|
||||
title: 'Show Debug Menu',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue