Files
pallectrum/electrum/gui/qt/exception_window.py
f321x 2836d84d1d fix: blocked Exception_Window by setting modality
If some dialogs are open while an exception was raised the input of
Exception_Window is blocked and the user cannot click the button to
submit the issue report. Only if the other dialog is closed
Exception_Window starts responding. By setting the modality of
`Exception_Windows` to `ApplicationModal` the `Exception_Window` will
get the 'highest priority' and accepts input even if other dialogs are
open.
2025-04-30 16:34:19 +02:00

7.4 KiB