mirror of
https://github.com/antopilo/Nuake.git
synced 2026-09-15 20:08:54 +03:00
NK-92 - Fix when creating a new file
This commit is contained in:
@@ -593,7 +593,10 @@ namespace Nuake
|
||||
FileSystem::FilteredDirectories = FileSystem::SearchFilesWithKeyword(m_searchKeyWord, FileSystem::RootDirectory->fullPath);
|
||||
RefreshFileBrowser();
|
||||
|
||||
// TODO: Fix when creating a new file
|
||||
if(m_searchKeyWord.empty())
|
||||
{
|
||||
FileSystem::FilteredDirectories.clear();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user