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
bc4780d461
commit
32e0f4505e
1 changed files with 1 additions and 3 deletions
|
|
@ -360,7 +360,7 @@ command to kick %s?",
|
||||||
"mutethisguy": "mute this guy",
|
"mutethisguy": "mute this guy",
|
||||||
"muteall": "Mute all",
|
"muteall": "Mute all",
|
||||||
"unmuteall": "Unmute all",
|
"unmuteall": "Unmute all",
|
||||||
"copymsg":"copy"
|
"copymsg": "copy"
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -707,7 +707,6 @@ class ModifiedPartyWindow(bascenev1lib_party.PartyWindow):
|
||||||
on_activate_call=babase.Call(
|
on_activate_call=babase.Call(
|
||||||
self._on_chat_press,
|
self._on_chat_press,
|
||||||
msg, txt, showMute))
|
msg, txt, showMute))
|
||||||
|
|
||||||
|
|
||||||
# btn = bui.buttonwidget(parent=self._columnwidget,
|
# btn = bui.buttonwidget(parent=self._columnwidget,
|
||||||
# scale=0.7,
|
# scale=0.7,
|
||||||
|
|
@ -724,7 +723,6 @@ class ModifiedPartyWindow(bascenev1lib_party.PartyWindow):
|
||||||
except Exception:
|
except Exception:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
||||||
def _add_msg_when_muted(self, msg: str) -> None:
|
def _add_msg_when_muted(self, msg: str) -> None:
|
||||||
|
|
||||||
txt = bui.textwidget(parent=self._columnwidget,
|
txt = bui.textwidget(parent=self._columnwidget,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue