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:
parent
f270cfe1ec
commit
6d37590356
1 changed files with 0 additions and 5 deletions
|
@ -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);
|
||||||
|
|
Loading…
Add table
Reference in a new issue