fix: guard preview updates behind blocking validation
Pause preview updates when the workspace config is not saveable, surface that state in the Live Preview panel, and treat incomplete threshold color setups as real blocking errors so MangoHud preview never sees the bad intermediate state.
This commit is contained in:
@@ -718,6 +718,16 @@ preferencesgroup list row.search-target-flash box {
|
||||
border: 1px solid @mt_border;
|
||||
}
|
||||
|
||||
.preview-status-warning {
|
||||
padding: 7px 10px;
|
||||
border-radius: 2px;
|
||||
background: alpha(@mt_danger, 0.10);
|
||||
color: @mt_text;
|
||||
border: 1px solid alpha(@mt_danger, 0.28);
|
||||
font-size: 0.8em;
|
||||
line-height: 1.3;
|
||||
}
|
||||
|
||||
.position-grid {
|
||||
padding: 8px;
|
||||
border-radius: 2px;
|
||||
|
||||
Reference in New Issue
Block a user