Fixing the icon on wayland, building on MacOS, and date on changelog

This commit is contained in:
Adsooi 2024-03-06 18:52:58 +01:00
parent 80f1077b35
commit f730121047
Signed by: Ad5001
GPG key ID: EF45F9C6AFE20160
3 changed files with 3 additions and 2 deletions
LogarithmPlotter

View file

@ -89,6 +89,7 @@ def run():
QApplication.setAttribute(Qt.AA_EnableHighDpiScaling)
app = QApplication(argv)
app.setApplicationName("LogarithmPlotter")
app.setDesktopFileName("eu.ad5001.LogarithmPlotter.desktop")
app.setOrganizationName("Ad5001")
app.styleHints().setShowShortcutsInContextMenus(True)
app.setWindowIcon(QIcon(path.realpath(path.join(getcwd(), "logarithmplotter.svg"))))