show/hide debug menu preferences
This commit is contained in:
parent
3b21d6b446
commit
0a96598e35
3 changed files with 11 additions and 0 deletions
|
|
@ -439,6 +439,10 @@ oml.ui.preferencesDialog = function() {
|
|||
if (key == 'theme') {
|
||||
Ox.Theme(value);
|
||||
}
|
||||
if (key == 'showDebugMenu') {
|
||||
oml.UI.set({'showDebugMenu': value});
|
||||
oml.updateDebugMenu();
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue