mirror of
https://github.com/niri-wm/niri.git
synced 2026-06-23 02:05:33 +07:00
screenshot-ui: Add a help panel
This commit is contained in:
+6
-1
@@ -1240,7 +1240,12 @@ impl State {
|
||||
get_monotonic_time().as_millis() as u32,
|
||||
);
|
||||
|
||||
self.niri.screenshot_ui.open(screenshots, default_output);
|
||||
self.backend.with_primary_renderer(|renderer| {
|
||||
self.niri
|
||||
.screenshot_ui
|
||||
.open(renderer, screenshots, default_output)
|
||||
});
|
||||
|
||||
self.niri
|
||||
.cursor_manager
|
||||
.set_cursor_image(CursorImageStatus::Named(CursorIcon::Crosshair));
|
||||
|
||||
Reference in New Issue
Block a user