mirror of
https://github.com/antopilo/Nuake.git
synced 2026-09-21 20:08:40 +03:00
Better UI and some optimizations
This commit is contained in:
@@ -11,13 +11,13 @@ namespace Nuake {
|
||||
|
||||
public:
|
||||
static Ref<Directory> m_CurrentDirectory;
|
||||
bool m_hasClickedOnFile;
|
||||
std::string m_searchKeyWord;
|
||||
bool m_HasClickedOnFile;
|
||||
std::string m_SearchKeyword;
|
||||
|
||||
FileSystemUI(EditorInterface* editor)
|
||||
{
|
||||
m_CurrentDirectory = FileSystem::RootDirectory;
|
||||
m_hasClickedOnFile = false;
|
||||
m_HasClickedOnFile = false;
|
||||
Editor = editor;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user