Removed separate header_bar, overlay header controls (language, update, about) directly on tabview's tab row using place(). Tabs and controls now sit in the same horizontal line — no vertical gap. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
7 lines
177 B
Python
Executable File
7 lines
177 B
Python
Executable File
"""Version info for ServerManager."""
|
|
|
|
__version__ = "1.9.37"
|
|
__app_name__ = "ServerManager"
|
|
__author__ = "aibot777"
|
|
__description__ = "Desktop GUI for managing remote servers"
|