mirror of
https://github.com/linuxserver/core.git
synced 2026-02-20 05:07:19 +08:00
Hide the Plugin Manager behind the ?sdk=1 flag
This commit is contained in:
parent
a7e334e815
commit
566664609b
@ -105,7 +105,7 @@ define(function(require, exports, module) {
|
||||
});
|
||||
// var emit = plugin.getEmitter();
|
||||
|
||||
var HASSDK = experimental.addExperiment("sdk=0", "SDK/Load Custom Plugins");
|
||||
var HASSDK = experimental.addExperiment("sdk=1", "SDK/Load Custom Plugins");
|
||||
|
||||
var model, datagrid, filterbox;
|
||||
var btnUninstall, btnReport, btnReadme, btnCloud9, btnReload;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user