Merge pull request 'renamed SetSkin method' (#24) from feature/changes-set-skin into release/v9.1.0

Reviewed-on: https://git.onlyoffice.com/ONLYOFFICE/desktop-sdk/pulls/24
This commit is contained in:
Oleg Korshul
2025-08-27 16:53:26 +00:00
2 changed files with 2 additions and 2 deletions

View File

@ -310,7 +310,7 @@ public:
void SetRecentPin(const int& nId, const bool& bIsPin);
void SetRendererProcessVariable(const std::wstring& sVariable);
void SetSkin(const std::wstring& sJson);
void UpdatePlugins(const std::wstring& sJson);
static bool IsUseSystemScaling();

View File

@ -1278,7 +1278,7 @@ void CAscApplicationManager::SetRendererProcessVariable(const std::wstring& sVar
m_pInternal->m_sRendererJSON = sVariable;
}
void CAscApplicationManager::SetSkin(const std::wstring& json)
void CAscApplicationManager::UpdatePlugins(const std::wstring& json)
{
}