change: auto load when start or connect.
This commit is contained in:
@@ -42,6 +42,11 @@ void FileManager::SetModeStr(const QString& modeStr, int type, ClientCore* clien
|
||||
|
||||
connect(fileHelper_.get(), &DirFileHelper::sigHome, this, &FileManager::ShowPath);
|
||||
connect(fileHelper_.get(), &DirFileHelper::sigDirFile, this, &FileManager::ShowFile);
|
||||
|
||||
if (type == 0) {
|
||||
evtHome();
|
||||
evtFile();
|
||||
}
|
||||
}
|
||||
|
||||
void FileManager::InitControl()
|
||||
|
||||
Reference in New Issue
Block a user