mirror of
https://github.com/bombsquad-community/plugin-manager.git
synced 2025-10-08 14:54:36 +00:00
[ci] auto-format
This commit is contained in:
parent
bc21a7d3e2
commit
7d6ed3d6f5
1 changed files with 4 additions and 0 deletions
|
|
@ -177,6 +177,7 @@ def NewEditProfileWindowInit(self,
|
|||
text_scale=1.2,
|
||||
on_activate_call=babase.Call(_on_tagwinbtn_press, self))
|
||||
|
||||
|
||||
def _on_tagwinbtn_press(self):
|
||||
"""
|
||||
Calls tag config window passes all paramisters
|
||||
|
|
@ -195,6 +196,8 @@ def _on_tagwinbtn_press(self):
|
|||
|
||||
# ba_meta require api 9
|
||||
# ba_meta export plugin
|
||||
|
||||
|
||||
class Tag(babase.Plugin):
|
||||
def __init__(self) -> None:
|
||||
"""
|
||||
|
|
@ -459,6 +462,7 @@ class TagWindow(bui.MainWindow):
|
|||
|
||||
self.main_window_back()
|
||||
|
||||
|
||||
class CustomConfigNumberEdit:
|
||||
"""A set of controls for editing a numeric config value.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue