Skip to content

Commit d0032b4

Browse files
committed
qtvcp -screens options: don;t call shutdown() function
It's called automatically in qtvcp.py and calling it here duplicates things.
1 parent c9fe8ff commit d0032b4

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

lib/python/qtvcp/widgets/screen_options.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,6 @@ def closeEvent(self, event):
429429
elif answer:
430430
if self.PREFS_ and self.play_sounds and self.shutdown_play_sound:
431431
STATUS.emit('play-sound', self.shutdown_exit_sound_type)
432-
self.QTVCP_INSTANCE_.shutdown()
433432
event.accept()
434433
# cancel
435434
elif answer == False:

0 commit comments

Comments
 (0)