diff --git a/docs/index.html b/docs/index.html deleted file mode 100644 index c29bf06..0000000 --- a/docs/index.html +++ /dev/null @@ -1,2 +0,0 @@ -# Berry IDE -W.I.P \ No newline at end of file diff --git a/plugin_loader.py b/plugin_loader.py index 7420d3b..f93faf9 100644 --- a/plugin_loader.py +++ b/plugin_loader.py @@ -55,7 +55,7 @@ class PluginLoader(Window): lua_runtime_stuff = { "ui": { "notify": self.fake_notify, - "createSidebarButton": self.create_sidebar_button, + #"createSidebarButton": self.create_sidebar_button, "setTheme": self.set_theme, "runAction": self.fake_run_action, "addBind": self.add_bind,