修复左侧无法拉伸

This commit is contained in:
2026-04-07 21:42:30 +08:00
parent 621d752a8d
commit d583e711f0
15 changed files with 70 additions and 13 deletions
+2 -2
View File
@@ -9,7 +9,7 @@ from ui.ball import FloatBall, BALL_SIZE
import ui.theme as theme
from db import database
__VERSION__ = "0.0.3"
from app_info import __VERSION__, app_title
# ===================== 打包兼容核心函数 =====================
def get_resource_path(relative_path):
@@ -34,7 +34,7 @@ def _wake_existing_or_exit() -> bool:
import ctypes.wintypes
mutex_name = r"Global\CleanDesktopOrganizerSingleton"
title = "牛马软件柜 v" + __VERSION__
title = app_title()
kernel32 = ctypes.windll.kernel32
user32 = ctypes.windll.user32