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 c5e5ec2 commit c3210ffCopy full SHA for c3210ff
src/WindowStateSaver.vala
@@ -80,6 +80,7 @@ public class Gala.WindowStateSaver : GLib.Object {
80
81
if (app_id.has_prefix ("window:") || // if window failed to be identified, don't remember it
82
window.window_type != Meta.WindowType.NORMAL ||
83
+ window.get_transient_for () != null ||
84
window.skip_taskbar ||
85
!window.resizeable ||
86
!window.allows_move ()
0 commit comments