Default to cancelling

This commit is contained in:
Damien Elmes 2025-05-15 15:49:52 +10:00
parent 380dc648d9
commit 80aed4c2d8

View file

@ -66,6 +66,6 @@ def open_url_if_supported_scheme(url: QUrl) -> None:
parent=mw,
callback=on_button,
textFormat=Qt.TextFormat.RichText,
default_button=0,
default_button=2,
icon=QMessageBox.Icon.Warning,
)