修复左侧无法拉伸
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user