diff options
author | lonkaars <loek@pipeframe.xyz> | 2022-06-06 18:32:04 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2022-06-06 18:32:04 +0200 |
commit | 8c1d31ef16745cee07059788386cd88c718092ac (patch) | |
tree | e944221ef69f38393790e337e85eb9edfe17a559 /client/setup.c | |
parent | a909440c7671075127a98cffd7f1714114fc17bd (diff) |
code organization
Diffstat (limited to 'client/setup.c')
-rw-r--r-- | client/setup.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/setup.c b/client/setup.c index 22f7e4c..e51965f 100644 --- a/client/setup.c +++ b/client/setup.c @@ -36,6 +36,7 @@ void w2_client_setup(int argc, char **argv) { w2_strings_init(); w2_cmd_setup_handlers(); + w2_ui_tabbar_init(); w2_send_info(); |