Properly set application name and desktop file
This commit is contained in:
parent
620acbeb30
commit
dce9e5fcdc
1 changed files with 2 additions and 2 deletions
|
|
@ -11,8 +11,8 @@ from PySide6.QtQml import QQmlApplicationEngine
|
|||
def main():
|
||||
"""Initializes and manages the application execution"""
|
||||
app: QGuiApplication = QGuiApplication(sys.argv)
|
||||
app.desktopFileName = "xyz.xyz.toast003.leek"
|
||||
app.applicationName = "Leek"
|
||||
app.setDesktopFileName("xyz.toast003.leek")
|
||||
app.setApplicationName("Leek")
|
||||
engine = QQmlApplicationEngine()
|
||||
|
||||
"""Needed to close the app with Ctrl+C"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue