1
0
Fork 0
mirror of synced 2024-06-23 08:40:45 +12:00

Added Logo(Temp)

This commit is contained in:
Dummerle 2021-03-08 14:38:58 +01:00
parent 5665322cbf
commit 48d175b66c
2 changed files with 3 additions and 2 deletions

View file

@ -2,6 +2,7 @@ import logging
import os
from PyQt5.QtCore import QTranslator, QSettings
from PyQt5.QtGui import QIcon
from PyQt5.QtWidgets import QApplication
from legendary.core import LegendaryCore
@ -19,7 +20,7 @@ core = LegendaryCore()
def main():
app = QApplication(["--style", "material"])
app = QApplication([])
app.setApplicationName("Rare")
app.setOrganizationName("Rare")
settings = QSettings()
@ -34,7 +35,7 @@ def main():
app.installTranslator(translator)
# Style
app.setStyleSheet(open(style_path + "RareStyle.qss").read())
app.setWindowIcon(QIcon(style_path+"Logo.png"))
launch_dialog = LaunchDialog(core)
launch_dialog.exec_()
mainwindow = MainWindow(core)

BIN
Rare/Styles/Logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 41 KiB