StudioWelcome: Use Welcome as display name

Task-number: QDS-6788
Change-Id: I4a9400af6ce98be82826b1301aef7c383615e771
Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
This commit is contained in:
Thomas Hartmann
2022-04-26 11:43:53 +02:00
parent 5e75673dde
commit 8e8491e32c

View File

@@ -645,7 +645,7 @@ QString StudioWelcomePlugin::examplesPathSetting()
WelcomeMode::WelcomeMode()
{
setDisplayName(tr("Studio"));
setDisplayName(tr("Welcome"));
const Utils::Icon FLAT({{":/studiowelcome/images/mode_welcome_mask.png",
Utils::Theme::IconsBaseColor}});