We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d32d4ed commit f2c4011Copy full SHA for f2c4011
src/WindowManager.vala
@@ -1317,7 +1317,6 @@ namespace Gala {
1317
unowned var window = actor.get_meta_window ();
1318
if (window.maximized_horizontally && behavior_settings.get_boolean ("move-maximized-workspace")
1319
|| window.fullscreen && behavior_settings.get_boolean ("move-fullscreened-workspace")) {
1320
- warning ("Moving to next ws");
1321
move_window_to_next_ws (window);
1322
}
1323
0 commit comments