Remove old functions used in plugins

This commit is contained in:
! Freaku 2022-12-05 21:41:03 +05:30 committed by GitHub
parent 6aa0f6f677
commit 51614b7fa1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 5 deletions

View file

@ -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()