[Refactor/Update] Quick Settings Window(Overlay, VRC Mic Mute Sync): Apply UI Scaling.
and remove the codes that is no longer in use.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
from types import SimpleNamespace
|
||||
|
||||
from ..ui_utils import calculateUiSize, getImageFileFromUiUtils_AboutVrct, bindButtonReleaseFunction, createButtonWithImage, bindButtonFunctionAndColor
|
||||
from customtkinter import CTkFrame, CTkLabel, CTkImage, CTkFont
|
||||
from ..ui_utils import calculateUiSize, getImageFileFromUiUtils_AboutVrct, bindButtonFunctionAndColor
|
||||
from customtkinter import CTkFrame, CTkLabel, CTkImage
|
||||
|
||||
IMAGE_STANDARD_SCALING = 2
|
||||
class AboutVrctManager():
|
||||
|
||||
Reference in New Issue
Block a user