Fixed config check

pull/68/head
parent 754ed5a3dd
commit dc257c9f4b

@ -380,7 +380,7 @@
if (__yon_window_config_target_window&&__yon_window_config_path){
return 1;
} else {
g_error("Window configuration were not set");
// g_warning("Window configuration were not set");
return 0;
}
}
Loading…
Cancel
Save