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