feat: «Jail Launcher» al menú/dock, autoscroll consola i puja a 1.0.4

This commit is contained in:
2026-05-30 23:53:22 +02:00
parent c055b98d15
commit ecdf389c7c
10 changed files with 15 additions and 9 deletions
+1
View File
@@ -16,6 +16,7 @@ from .ui.theme import apply_theme
def main() -> int:
app = QApplication(sys.argv)
app.setApplicationName("jlauncher")
app.setApplicationDisplayName("Jail Launcher")
icon_path = app_icon_path()
if icon_path is not None:
app.setWindowIcon(QIcon(str(icon_path)))