1
Fork 0
mirror of https://github.com/redstrate/Astra.git synced 2025-04-22 04:37:46 +00:00

Remove wine info help text

This commit is contained in:
Joshua Goins 2022-02-23 21:20:29 -05:00
parent f270cfe1ec
commit 6d37590356

View file

@ -180,11 +180,6 @@ SettingsWindow::SettingsWindow(LauncherWindow& window, LauncherCore& core, QWidg
mainLayout->addWidget(wineBox, 1, 2, 2, 2); mainLayout->addWidget(wineBox, 1, 2, 2, 2);
auto infoLabel = new QLabel("This is a list of possible enhancements you can make to your Wine gaming experience.\n"
"This is all stuff you can do outside of the launcher, but we can take care of it for you.");
infoLabel->setWordWrap(true);
wineBoxLayout->addWidget(infoLabel);
winePathLabel = new QLabel(); winePathLabel = new QLabel();
winePathLabel->setWordWrap(true); winePathLabel->setWordWrap(true);
wineBoxLayout->addRow("Wine Executable", winePathLabel); wineBoxLayout->addRow("Wine Executable", winePathLabel);