aboutsummaryrefslogtreecommitdiff
path: root/launcher/ui/pages/instance
diff options
context:
space:
mode:
authorDioEgizio <83089242+DioEgizio@users.noreply.github.com>2022-12-04 12:45:36 +0100
committerDioEgizio <83089242+DioEgizio@users.noreply.github.com>2022-12-04 12:45:39 +0100
commit70620d51374d677bd6cafc21b470446696c9e0a0 (patch)
tree4e04f7f14bbbd0c9e437cf3f595bfb39a7245949 /launcher/ui/pages/instance
parent79d5beff8d45d9a66cfa91393167fc79d3a155a9 (diff)
downloadPrismLauncher-70620d51374d677bd6cafc21b470446696c9e0a0.tar.gz
PrismLauncher-70620d51374d677bd6cafc21b470446696c9e0a0.tar.bz2
PrismLauncher-70620d51374d677bd6cafc21b470446696c9e0a0.zip
feat: add a proper server icon
Signed-off-by: DioEgizio <83089242+DioEgizio@users.noreply.github.com>
Diffstat (limited to 'launcher/ui/pages/instance')
-rw-r--r--launcher/ui/pages/instance/ServersPage.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/launcher/ui/pages/instance/ServersPage.h b/launcher/ui/pages/instance/ServersPage.h
index 37399d49..ee63353a 100644
--- a/launcher/ui/pages/instance/ServersPage.h
+++ b/launcher/ui/pages/instance/ServersPage.h
@@ -68,7 +68,7 @@ public:
}
virtual QIcon icon() const override
{
- return APPLICATION->getThemedIcon("unknown_server");
+ return APPLICATION->getThemedIcon("server");
}
virtual QString id() const override
{