mirror of
https://github.com/bombsquad-community/plugin-manager.git
synced 2025-11-07 17:36:00 +00:00
[ci] auto-format
This commit is contained in:
parent
5bb972dd34
commit
5e3013990b
14 changed files with 68 additions and 54 deletions
|
|
@ -560,8 +560,8 @@ class CustomConfigNumberEdit:
|
|||
if self._callback:
|
||||
self._callback(self._value)
|
||||
babase.app.config[self._configkey[0]][self._configkey[1]
|
||||
][self._configkey[2]] = float(str(f'{self._value:.1f}'))
|
||||
][self._configkey[2]] = float(str(f'{self._value: .1f}'))
|
||||
babase.app.config.apply_and_commit()
|
||||
|
||||
def _update_display(self) -> None:
|
||||
bui.textwidget(edit=self.valuetext, text=f'{self._value:.1f}')
|
||||
bui.textwidget(edit=self.valuetext, text=f'{self._value: .1f}')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue