mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-11 18:34:58 +01:00
Unified SystemToolkit list directory with dialog file patterns
This commit is contained in:
@@ -4415,7 +4415,7 @@ void Navigator::RenderMainPannelVimix()
|
||||
// selection MODE 1 : LIST FOLDER
|
||||
else if ( selection_session_mode == 1) {
|
||||
// show list of vimix files in folder
|
||||
sessions_list = SystemToolkit::list_directory( Settings::application.recentFolders.path, {"mix", "MIX"});
|
||||
sessions_list = SystemToolkit::list_directory( Settings::application.recentFolders.path, { VIMIX_FILES_PATTERN });
|
||||
}
|
||||
// indicate the list changed (do not change at every frame)
|
||||
selection_session_mode_changed = false;
|
||||
|
||||
Reference in New Issue
Block a user