mirror of
https://github.com/ONLYOFFICE/desktop-sdk.git
synced 2026-03-31 10:23:12 +08:00
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:
@ -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();
|
||||
|
||||
|
||||
@ -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)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user