[Chore] ui_managers: 不要なreturn文の削除
This commit is contained in:
@@ -8,7 +8,7 @@ class UiScalingManager():
|
||||
self.main = SimpleNamespace()
|
||||
self.config_window = SimpleNamespace()
|
||||
|
||||
return self._calculatedUiSizes()
|
||||
self._calculatedUiSizes()
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user