typos, standardization, and file association for project extensions

This commit is contained in:
2026-08-06 02:00:36 -07:00
parent 68e34484ee
commit 074a0681b9
15 changed files with 539 additions and 38 deletions
+2
View File
@@ -7,11 +7,13 @@ Author: Tyler de Zeeuw
License: GPL-3.0
"""
# External library imports
from PySide6.QtWidgets import QWidget, QVBoxLayout, QLabel
from PySide6.QtCore import Qt
from src.shared.shareddata import APP_NAME, APP_NAME_EXPANDED, CURRENT_VERSION
class AboutWindow(QWidget):
"""
Simple About window displaying basic application information.