👍[Update] Config Window transparencyが変化するように実装を追加

This commit is contained in:
misyaguziya
2023-09-06 02:23:24 +09:00
parent 4df19b6a53
commit f12a5d10a5
2 changed files with 5 additions and 1 deletions

View File

@@ -212,7 +212,7 @@ def callbackDisableConfigWindowCompactMode():
def callbackSetTransparency(value):
print("callbackSetTransparency", int(value))
config.TRANSPARENCY = int(value)
# self.parent.wm_attributes("-alpha", int(value/100))
view.updateConfigWindowTransparency()
def callbackSetAppearance(value):
print("callbackSetAppearance", value)