mirror of
https://github.com/Kilian/Trimage.git
synced 2026-01-26 10:08:40 -05:00
Initial flatpak support
This commit is contained in:
parent
9bdd44a4e4
commit
a869c5f544
3 changed files with 130 additions and 1 deletions
|
|
@ -31,9 +31,10 @@ class StartQt(QMainWindow):
|
|||
self.verbose = True
|
||||
self.imagelist = []
|
||||
|
||||
QCoreApplication.setOrganizationName("Kilian Valkhof")
|
||||
QCoreApplication.setOrganizationName("trimage.org")
|
||||
QCoreApplication.setOrganizationDomain("trimage.org")
|
||||
QCoreApplication.setApplicationName("Trimage")
|
||||
QGuiApplication.setDesktopFileName("org.trimage.Trimage")
|
||||
self.settings = QSettings()
|
||||
if self.settings.value("geometry"):
|
||||
self.restoreGeometry(self.settings.value("geometry"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue