src/eric7/UI/UserInterface.py

branch
eric7
changeset 10702
b0d4e74b8f55
parent 10692
9becf9ca115c
child 10704
27d21e5163b8
child 10710
0e06a55c9f2d
equal deleted inserted replaced
10701:56fce4058bf1 10702:b0d4e74b8f55
8487 8487
8488 @param _evt reference to the show event (unused) 8488 @param _evt reference to the show event (unused)
8489 @type QShowEvent 8489 @type QShowEvent
8490 """ 8490 """
8491 if self.__startup: 8491 if self.__startup:
8492 if Preferences.getGeometry("MainMaximized"): 8492 if (
8493 Preferences.getGeometry("MainMaximized")
8494 and not DesktopUtilities.isWaylandSession()
8495 ):
8493 self.setWindowState(Qt.WindowState.WindowMaximized) 8496 self.setWindowState(Qt.WindowState.WindowMaximized)
8494 self.__startup = False 8497 self.__startup = False
8495 8498
8496 ########################################## 8499 ##########################################
8497 ## Support for desktop notifications below 8500 ## Support for desktop notifications below

eric ide

mercurial