Build error fix

pull/78/head
YanTheKaller 1 year ago
parent af17f71dc0
commit bcf7ceb321

@ -258,7 +258,7 @@ char **yon_char_parse(char *parameters, int *size, char *divider){
void yon_window_config_save();
void yon_window_config_save(){
if (__yon_window_config_path){{
if (__yon_window_config_path){
g_key_file_set_integer(__yon_window_config_file,"window","WindowPosX",__yon_main_window_config.x);
g_key_file_set_integer(__yon_window_config_file,"window","WindowPosY",__yon_main_window_config.y);
g_key_file_set_integer(__yon_window_config_file,"window","WindowWidth",__yon_main_window_config.width);

Loading…
Cancel
Save