removed docs folder

This commit is contained in:
SpookyDervish
2025-10-27 19:29:30 +11:00
parent 4d3fd99a17
commit 8a8eace2c8
2 changed files with 1 additions and 3 deletions

View File

@@ -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,