Skip to content

Commit

Permalink
Change default config
Browse files Browse the repository at this point in the history
  • Loading branch information
daleclack committed May 11, 2024
1 parent 9b1cece commit 66e2da0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gtk4_Reset/src/ui/MyPrefs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ static void update_external_image(MyPrefs *prefs, const char *file_name)
else
{
// if file load failed, load default image
update_resource_image(prefs, "/org/gtk/daleclack/winpe.png");
update_resource_image(prefs, "/org/gtk/daleclack/shizuku.png");
// update_internal_image(prefs, winpe);
}
}
Expand Down Expand Up @@ -402,7 +402,7 @@ static void my_prefs_load_config(MyPrefs *self)
self->current_folder_index = 0;
self->current_image_index = 0;
self->dock_pos = DockPos::Pos_Left;
strncpy(self->image_file_name, ":1", PATH_MAX);
strncpy(self->image_file_name, ":4", PATH_MAX);
}
json_file.close();
}
Expand Down

0 comments on commit 66e2da0

Please sign in to comment.