diff options
| author | oldmud0 <oldmud0@users.noreply.github.com> | 2021-12-31 10:40:21 -0600 |
|---|---|---|
| committer | oldmud0 <oldmud0@users.noreply.github.com> | 2021-12-31 10:40:21 -0600 |
| commit | 7b4d1e96c67d506fbbf765344f6cbe8eac1a7c50 (patch) | |
| tree | 31b07a858f780d499873d1728004dbe5dc5fb2de /src/lobby.cpp | |
| parent | 5adf775b4de0a3aed839450b2dbb4294333766ea (diff) | |
Disambiguate settings with lobby_settings and courtroom_settings
Diffstat (limited to 'src/lobby.cpp')
| -rw-r--r-- | src/lobby.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lobby.cpp b/src/lobby.cpp index b3371e61..44d483c4 100644 --- a/src/lobby.cpp +++ b/src/lobby.cpp @@ -150,7 +150,7 @@ void Lobby::set_widgets() set_size_and_pos(ui_settings, "settings"); ui_settings->setText(tr("Settings")); - ui_settings->set_image("settings"); + ui_settings->set_image("lobby_settings"); ui_settings->setToolTip( tr("Allows you to change various aspects of the client.")); |
