mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-02-10 18:05:41 +08:00
settings folder tolower
This commit is contained in:
@ -226,6 +226,11 @@ public:
|
||||
m_sMarketplaceUrl = L"https://onlyoffice.github.io";
|
||||
|
||||
m_sSettingsDir = NSSystemUtils::GetAppDataDir() + L"/pluginsmanager";
|
||||
|
||||
#ifdef LINUX
|
||||
std::transform(m_sSettingsDir.begin(), m_sSettingsDir.end(), m_sSettingsDir.begin(), tolower);
|
||||
#endif
|
||||
|
||||
m_sSettingsFile = m_sSettingsDir + L"/settings";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user