mirror of
https://github.com/Omni-guides/Jackify.git
synced 2026-06-17 12:47:44 +02:00
Release v0.6.0
This commit is contained in:
@@ -401,7 +401,7 @@ class _ErrorDialog(QDialog):
|
||||
self._detail_edit.hide()
|
||||
layout.addWidget(self._detail_edit)
|
||||
|
||||
# OK button — disabled for 3s to prevent accidental dismissal
|
||||
# OK button - disabled for 3s to prevent accidental dismissal
|
||||
buttons = QDialogButtonBox(QDialogButtonBox.Ok)
|
||||
buttons.accepted.connect(self.accept)
|
||||
layout.addWidget(buttons)
|
||||
|
||||
Reference in New Issue
Block a user