fix(borders): update on resuming from suspend

This commit is a small fix to ensure that the new Direct2D borders get
redrawn properly after the operating system resumes from a suspended
state.
This commit is contained in:
LGUG2Z
2024-12-02 16:35:09 -08:00
parent 33800903f7
commit 3781c8ea41

View File

@@ -132,6 +132,7 @@ pub fn handle_notifications(wm: Arc<Mutex<WindowManager>>) -> color_eyre::Result
);
ACTIVE.store(true, Ordering::SeqCst);
border_manager::send_notification(None);
}
continue 'receiver;