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
commit 65a265c791
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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