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

@@ -183,7 +183,7 @@ class ThemeSettingWidget(GroupHeaderCardWidget):
w = CustomBgMessageBox(self.window())
if w.exec():
index = w.returnImage()
qconfig.set(cfg.customBackground, f"app\\resource\\images\\bg{index}.png")
qconfig.set(cfg.customBackground, f"_internal\\backgrounds\\bg{index}.png")
signalBus.backgroundChanged.emit()
def customBackground(self):