1
0
mirror of https://github.com/arsenetar/dupeguru.git synced 2026-01-22 14:41:39 +00:00

Removed fairware dialogs under Linux.

This commit is contained in:
Virgil Dupras
2013-03-24 11:10:07 -04:00
parent fb26d7d077
commit a4003b6072
3 changed files with 3 additions and 9 deletions

View File

@@ -37,6 +37,7 @@ if __name__ == "__main__":
from qt.{edition}.app import DupeGuru
app.setWindowIcon(QIcon(QPixmap(":/{0}".format(DupeGuru.LOGO_NAME))))
dgapp = DupeGuru()
{ubuntu_store_setup}
if not ISWINDOWS:
dgapp.model.registered = True
install_excepthook()
sys.exit(app.exec_())