Show home tab by default

This commit is contained in:
Nekobit 2023-09-07 22:55:40 -04:00
parent b8b9f3d47e
commit e164d9fc43
3 changed files with 9 additions and 7 deletions

2
.gitignore vendored
View File

@ -9,3 +9,5 @@ User
Sys
*.iso
*.json
scripts/build.log
scripts/Ishiiruka

10
home.c
View File

@ -168,13 +168,9 @@ tab_home_setup(Evas_Object* parent)
elm_object_content_set(tab_home_scr, tab_home_content);
evas_object_show(tab_home_content);
evas_object_show(tab_home_scr);
evas_object_show(tab_home);
//elm_object_content_set(tab_home, tab_home_box);
//evas_object_show(bt);
//evas_object_show(tab_home_box);
//evas_object_show(tab_home);
_tab_home_make_da_damn_request();
}

4
main.c
View File

@ -123,6 +123,10 @@ tabs_init()
// BEGIN tab_replays
tab_replays_setup(mainer);
// END tab_replays
_tab_curr = tab_home;
evas_object_show(_tab_curr);
elm_obj_box_pack_end(mainer, _tab_curr);
}
EAPI_MAIN int