mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-05-07 11:23:33 +02:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user