From 8a8eace2c80bc9ee805d68ea418971666898712a Mon Sep 17 00:00:00 2001 From: SpookyDervish <78246495+SpookyDervish@users.noreply.github.com> Date: Mon, 27 Oct 2025 19:29:30 +1100 Subject: [PATCH] removed docs folder --- docs/index.html | 2 -- plugin_loader.py | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) delete mode 100644 docs/index.html 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,