mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 19:55:32 +00:00
app: configure the filechooser more.
Go to home dir (maybe annoying feature). Don't show hidden files.
This commit is contained in:
parent
d65cc2036e
commit
2e24a0b565
1 changed files with 2 additions and 0 deletions
|
@ -45,6 +45,8 @@ public class MediaInfo.App : Window
|
|||
info = new Info ();
|
||||
chooser.set_preview_widget (info);
|
||||
chooser.set_use_preview_label (false);
|
||||
chooser.set_current_folder (GLib.Environment.get_home_dir ());
|
||||
chooser.set_show_hidden (false);
|
||||
chooser.update_preview.connect (on_update_preview);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue