This commit is contained in:
2025-11-03 22:28:58 +08:00
parent c2aa65193d
commit 5645870954
13 changed files with 522 additions and 141 deletions

View File

@@ -70,7 +70,7 @@ class Config(QConfig):
customBackground = ConfigItem(
"Background",
"CustomBackground",
"app\\resource\\images\\bg0.png",
"_internal\\backgrounds\\bg0.png",
)
customOpactity = ConfigItem("Background", "Opactity", 0.2)

View File

@@ -3,4 +3,4 @@
Version information for the application
"""
version = "Alpha 0.1"
version = "Alpha 0.2"