Commit f6da686
committed
feat: add 'Don't show this warning again' to cloud connection failure dialog
The "Failed to connect to the cloud device server" dialog previously
reappeared every time the MQTT connection failed, which was disruptive
for users on LAN-only or offline setups.
Replace MessageDialog with RichMessageDialog and add a
"Don't show this warning again" checkbox. When checked, the config key
suppress_cloud_warnings is set to "1" and the dialog is permanently
suppressed for future sessions.
Closes #105891 parent e150b50 commit f6da686
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2061 | 2061 | | |
2062 | 2062 | | |
2063 | 2063 | | |
| 2064 | + | |
2064 | 2065 | | |
2065 | 2066 | | |
2066 | | - | |
| 2067 | + | |
| 2068 | + | |
2067 | 2069 | | |
| 2070 | + | |
| 2071 | + | |
2068 | 2072 | | |
2069 | 2073 | | |
2070 | 2074 | | |
| |||
0 commit comments