mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Tweaks
This commit is contained in:
parent
f66f858180
commit
92b1e7af8d
@ -4850,19 +4850,14 @@ std::wstring MeterWindow::GetResourcesPath()
|
|||||||
|
|
||||||
std::wstring MeterWindow::GetSkinPath()
|
std::wstring MeterWindow::GetSkinPath()
|
||||||
{
|
{
|
||||||
std::wstring path = L"";
|
std::wstring path;
|
||||||
|
|
||||||
if (!m_FolderPath.empty())
|
if (!m_FolderPath.empty())
|
||||||
{
|
{
|
||||||
path += m_FolderPath;
|
path += m_FolderPath;
|
||||||
path += L"\\";
|
path += L"\\";
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!m_FileName.empty())
|
|
||||||
{
|
|
||||||
path += m_FileName;
|
path += m_FileName;
|
||||||
}
|
|
||||||
|
|
||||||
return path;
|
return path;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user