1
0

Merge pull request #10052 from SomberNight/202507_qt_crash_felix_2

crash reporter: rm `Never`, add confirm to `Send`, and only show window once per exc group
This commit is contained in:
ghost43
2025-07-21 13:50:35 +00:00
committed by GitHub
5 changed files with 72 additions and 44 deletions

View File

@@ -892,7 +892,6 @@ Warning: setting this to too low will result in lots of payment failures."""),
long_desc=lambda: _("Select which language is used in the GUI (after restart)."),
)
BLOCKCHAIN_PREFERRED_BLOCK = ConfigVar('blockchain_preferred_block', default=None)
SHOW_CRASH_REPORTER = ConfigVar('show_crash_reporter', default=True, type_=bool)
DONT_SHOW_TESTNET_WARNING = ConfigVar('dont_show_testnet_warning', default=False, type_=bool)
RECENTLY_OPEN_WALLET_FILES = ConfigVar('recently_open', default=None)
IO_DIRECTORY = ConfigVar('io_dir', default=os.path.expanduser('~'), type_=str)