Skip to content

Commit

Permalink
OSView.vala - modal param doesn't exist
Browse files Browse the repository at this point in the history
  • Loading branch information
lainsce authored Aug 28, 2023
1 parent 6fec490 commit 3e85caf
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions fuses/about/OSView.vala
Original file line number Diff line number Diff line change
Expand Up @@ -310,8 +310,7 @@ public class About.OSView : Gtk.Box {
var rename_dialog = new He.Window () {
resizable = false,
has_title = false,
parent = He.Misc.find_ancestor_of_type<He.ApplicationWindow> (this),
modal = true
parent = He.Misc.find_ancestor_of_type<He.ApplicationWindow> (this)
};
rename_dialog.set_size_request (360, 266);
rename_dialog.set_default_size (360, 266);
Expand Down Expand Up @@ -830,4 +829,4 @@ public class About.ARMPartDecoder {

return result;
}
}
}

0 comments on commit 3e85caf

Please sign in to comment.