diff options
author | lonkaars <loek@pipeframe.xyz> | 2022-06-06 19:48:09 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2022-06-06 19:48:09 +0200 |
commit | ae8beb20a2a837824cfda4d748fbe07b26a161f0 (patch) | |
tree | a7c2bf5fc6cbddc1ae62107050dcc6aa793cc7ae /client/ui_start.c | |
parent | 8c1d31ef16745cee07059788386cd88c718092ac (diff) |
tab bar working
Diffstat (limited to 'client/ui_start.c')
-rw-r--r-- | client/ui_start.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/ui_start.c b/client/ui_start.c index b656c35..7608792 100644 --- a/client/ui_start.c +++ b/client/ui_start.c @@ -1,5 +1,5 @@ -#include "ui.h" #include "i18n.h" +#include "ui.h" void w2_ui_tab_start(bool first) { refresh(); |