mirror of
https://github.com/bombsquad-community/plugin-manager.git
synced 2026-08-27 01:12:38 +00:00
Sample dependant plugin
This commit is contained in:
parent
b39b234c0c
commit
776fc174ed
1 changed files with 9 additions and 0 deletions
9
plugins/utilities/colorscheme_dependant.py
Normal file
9
plugins/utilities/colorscheme_dependant.py
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
# ba_meta require api 7
|
||||
import ba
|
||||
import colorscheme
|
||||
|
||||
# ba_meta export plugin
|
||||
class Main(ba.Plugin):
|
||||
def on_plugin_manager_prompt(self):
|
||||
ba.screenmessage("we're good if u see the colorscheme window!")
|
||||
colorscheme.launch_colorscheme_selection_window()
|
||||
Loading…
Add table
Add a link
Reference in a new issue