From 0a3e00b307c7977fda9849b577a81c5c6304b8e5 Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Sun, 27 Jan 2013 19:11:20 +0100 Subject: GUI: Allow user to display hidden files in the browser dialog. This implements feature request #3600774 "File browser: show hidden files". --- base/commandLine.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'base/commandLine.cpp') diff --git a/base/commandLine.cpp b/base/commandLine.cpp index c5c9fe3c90..f6d1f1f702 100644 --- a/base/commandLine.cpp +++ b/base/commandLine.cpp @@ -240,6 +240,8 @@ void registerDefaults() { ConfMan.registerDefault("gui_saveload_chooser", "grid"); ConfMan.registerDefault("gui_saveload_last_pos", "0"); + ConfMan.registerDefault("gui_browser_show_hidden", false); + #ifdef USE_FLUIDSYNTH // The settings are deliberately stored the same way as in Qsynth. The // FluidSynth music driver is responsible for transforming them into -- cgit v1.2.3