[Update] Expand available UI Size. It is also for testing more easier.

This commit is contained in:
Sakamoto Shiina
2023-10-10 08:57:24 +09:00
parent 7fd8b089d5
commit 00561ae3ba
2 changed files with 2 additions and 2 deletions

View File

@@ -222,7 +222,7 @@ class Config:
@UI_SCALING.setter
def UI_SCALING(self, value):
if value in ["80%", "90%", "100%", "110%", "120%"]:
if value in ["40%", "60%", "80%", "90%", "100%", "110%", "120%", "150%", "200%"]:
self._UI_SCALING = value
saveJson(self.PATH_CONFIG, inspect.currentframe().f_code.co_name, value)