feat: «Jail Launcher» al menú/dock, autoscroll consola i puja a 1.0.4
This commit is contained in:
@@ -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)))
|
||||
|
||||
Reference in New Issue
Block a user