mirror of
https://github.com/bombsquad-community/plugin-manager.git
synced 2025-10-08 14:54:36 +00:00
Remove old functions used in plugins
This commit is contained in:
parent
6aa0f6f677
commit
51614b7fa1
3 changed files with 5 additions and 5 deletions
|
|
@ -445,5 +445,8 @@ class Main(ba.Plugin):
|
|||
def on_app_running(self):
|
||||
load_plugin()
|
||||
|
||||
def on_plugin_manager_prompt(self):
|
||||
def has_settings_ui(self):
|
||||
return True
|
||||
|
||||
def show_settings_ui(self, source_widget):
|
||||
launch_colorscheme_selection_window()
|
||||
|
|
|
|||
|
|
@ -287,7 +287,7 @@ class moodlight(ba.Plugin):
|
|||
def on_app_running(self):
|
||||
_ba.show_progress_bar()
|
||||
|
||||
def on_plugin_manager_prompt(self):
|
||||
def show_settings_ui(self, source_widget):
|
||||
SettingWindow()
|
||||
|
||||
def has_settings_ui(self):
|
||||
|
|
|
|||
|
|
@ -262,6 +262,3 @@ class Loup(ba.Plugin):
|
|||
|
||||
def show_settings_ui(self, button):
|
||||
SettingWindow()
|
||||
|
||||
def on_plugin_manager_prompt(self):
|
||||
SettingWindow()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue