mirror of
https://github.com/niri-wm/niri.git
synced 2026-06-22 02:01:55 +07:00
floating: Comment on toggle-full-width status
This commit is contained in:
@@ -966,8 +966,9 @@ impl<W: LayoutElement> Workspace<W> {
|
||||
}
|
||||
|
||||
pub fn toggle_full_width(&mut self) {
|
||||
// TODO
|
||||
if self.floating_is_active.get() {
|
||||
// Leave this unimplemented for now. For good UX, this probably needs moving the tile
|
||||
// to be against the left edge of the working area while it is full-width.
|
||||
return;
|
||||
}
|
||||
self.scrolling.toggle_full_width();
|
||||
|
||||
Reference in New Issue
Block a user