mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Don't create system tray icon in headless mode
This commit is contained in:
parent
10c9678edc
commit
e51b5993d3
1 changed files with 2 additions and 1 deletions
|
|
@ -434,6 +434,7 @@ class CuraApplication(QtApplication):
|
|||
def startSplashWindowPhase(self) -> None:
|
||||
super().startSplashWindowPhase()
|
||||
|
||||
if not self.getIsHeadLess():
|
||||
self.setWindowIcon(QIcon(Resources.getPath(Resources.Images, "cura-icon.png")))
|
||||
|
||||
self.setRequiredPlugins([
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue