diff --git a/fuses/locale/FormatPicker.vala b/fuses/locale/FormatPicker.vala index 6c00e62..c3bf37d 100644 --- a/fuses/locale/FormatPicker.vala +++ b/fuses/locale/FormatPicker.vala @@ -11,7 +11,6 @@ class Locale.FormatPicker : He.Window { } construct { - this.modal = true; this.resizable = false; this.set_size_request (440, 550); @@ -105,4 +104,4 @@ class Locale.FormatPicker : He.Window { this.set_child (main); } -} \ No newline at end of file +}