Commit 3f9a11a3 authored by Antoine Cellerier's avatar Antoine Cellerier

default enable one instance mode on windows. the 0.1% of users wanting

several VLC instances at once should be able to disable this option in
the prefs.
parent 927f89c8
......@@ -1343,7 +1343,7 @@ vlc_module_begin();
#endif
#if defined(WIN32)
add_bool( "one-instance", 0, NULL, ONEINSTANCE_TEXT,
add_bool( "one-instance", 1, NULL, ONEINSTANCE_TEXT,
ONEINSTANCE_LONGTEXT, VLC_TRUE );
add_bool( "playlist-enqueue", 0, NULL, PLAYLISTENQUEUE_TEXT,
PLAYLISTENQUEUE_LONGTEXT, VLC_TRUE );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment