aboutsummaryrefslogtreecommitdiff
path: root/src/lobby.cpp
diff options
context:
space:
mode:
authorstonedDiscord <Tukz@gmx.de>2022-08-14 23:16:55 +0200
committerGitHub <noreply@github.com>2022-08-14 23:16:55 +0200
commitf55cbe543be1ef35420c435495280909be90bdfe (patch)
tree1273e34d519e427f83e08de1859d60fb4dee20e4 /src/lobby.cpp
parent517b67e952d55826e58d09ec0e5beb72ffd88629 (diff)
move themes into bin folder (#849)
* as if this is going to work * use android libs and spec for android * install ndk and use clang over g++ * shut the fuck up * SHUT THE FUCK UP * shut up shut up shut up * get remove from favs button * move themes into bin folder * bin folder now already comes with repo * actually install old ndk version * Delete .gitlab-ci.yml * apply font for version
Diffstat (limited to 'src/lobby.cpp')
-rw-r--r--src/lobby.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lobby.cpp b/src/lobby.cpp
index c4831322..c4eecb4b 100644
--- a/src/lobby.cpp
+++ b/src/lobby.cpp
@@ -225,6 +225,7 @@ void Lobby::set_size_and_pos(QWidget *p_widget, QString p_identifier)
void Lobby::set_fonts()
{
+ set_font(ui_version, "version");
set_font(ui_player_count, "player_count");
set_font(ui_description, "description");
set_font(ui_chatbox, "chatbox");