- Simplified initialization logic in init.py - Consolidated testing_mode assignment - Removed unnecessary else statements - Created UIManager class to handle UI-related tasks - Modularized input frame creation, table frame creation, and graph frame creation - Enhanced edit window creation with better organization and error handling - Updated data management methods to improve clarity and maintainability - Improved logging for better debugging and tracking of application flow
9 lines
265 B
Desktop File
9 lines
265 B
Desktop File
[Desktop Entry]
|
|
Type=Application
|
|
Terminal=false
|
|
Name=Thechart
|
|
Exec=sh -c "/home/will/Applications/thechart /home/will/Documents/thechart_data.csv"
|
|
Icon=/home/will/Code/thechart/chart-671.png
|
|
Categories=Utility;
|
|
StartupWMClass=Tk # Crucial for Dock icon persistence
|