config: add ip:port part history save.

This commit is contained in:
2025-06-27 22:13:52 +08:00
parent 08855f3c60
commit b17f275758
58 changed files with 25578 additions and 30 deletions

View File

@@ -175,4 +175,14 @@ QString GlobalData::GetRemoteRoot() const
QString GlobalData::GetRemoteID() const
{
return RemoteID_;
}
}
std::string GlobalData::GetConfigPath() const
{
return ConfigPath_;
}
void GlobalData::SetConfigPath(const std::string& path)
{
ConfigPath_ = path;
}