We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9fe8ff commit d0032b4Copy full SHA for d0032b4
1 file changed
lib/python/qtvcp/widgets/screen_options.py
@@ -429,7 +429,6 @@ def closeEvent(self, event):
429
elif answer:
430
if self.PREFS_ and self.play_sounds and self.shutdown_play_sound:
431
STATUS.emit('play-sound', self.shutdown_exit_sound_type)
432
- self.QTVCP_INSTANCE_.shutdown()
433
event.accept()
434
# cancel
435
elif answer == False:
0 commit comments