Merge pull request #38 from SamZahreddine/v3

fix icons folder bug
This commit is contained in:
Simon Abed El Sater
2022-08-18 16:51:18 +03:00
committed by GitHub

View File

@@ -308,6 +308,11 @@ void WindowsConsole (bool isChecked);
/////////// OnInit Function ///////////
bool MyApp::OnInit() {
if(!fs::exists("icons")) {
fs::create_directory("icons");
}
Log::Init();
LoadConfig();
CheckKey();