Fix default config for background

This commit is contained in:
daleclack 2022-12-28 15:30:24 +08:00
parent 2522fff485
commit 24efcba606
2 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,7 @@ public:
void init_json_data(json &data1); void init_json_data(json &data1);
void save_config_now(); void save_config_now();
void set_dark_mode(bool dark_mode_enabled); void set_dark_mode(bool dark_mode_enabled);
int background_id; int background_id = 3;
private: private:
Glib::RefPtr<Gtk::Builder> ref_Glade; Glib::RefPtr<Gtk::Builder> ref_Glade;

View File

@ -40,7 +40,7 @@ private:
MsgBox msg_dialog; MsgBox msg_dialog;
// Backgrounds // Backgrounds
int back_id; int back_id = 3;
bool start = true; bool start = true;
void background1(); void background1();
void background2(); void background2();