language works in appimage

This commit is contained in:
2025-06-21 11:09:48 +02:00
parent a63d54f128
commit 01bd6ab263
2 changed files with 37 additions and 42 deletions

View File

@ -16,7 +16,6 @@ from manager import (
Image,
AppManager,
LxTools,
EnsureFiles,
)
from network import NetworkChecker
from message import MessageDialog
@ -1336,7 +1335,6 @@ def main():
try:
# Create and run the GUI
EnsureFiles.extract_data_files()
app = LXToolsGUI()
app.run()
except KeyboardInterrupt: