mirror of
https://github.com/redstrate/Astra.git
synced 2025-04-21 20:27:45 +00:00
Use critical icon for missing wine dialog
This commit is contained in:
parent
b7ecfb3ebf
commit
a5cc9f451f
1 changed files with 1 additions and 1 deletions
|
@ -140,7 +140,7 @@ int main(int argc, char* argv[]) {
|
||||||
#if defined(Q_OS_LINUX) || defined(Q_OS_MAC)
|
#if defined(Q_OS_LINUX) || defined(Q_OS_MAC)
|
||||||
if(!defaultProfile.isWineInstalled()) {
|
if(!defaultProfile.isWineInstalled()) {
|
||||||
auto messageBox = new QMessageBox(&w);
|
auto messageBox = new QMessageBox(&w);
|
||||||
messageBox->setIcon(QMessageBox::Icon::Question);
|
messageBox->setIcon(QMessageBox::Icon::Critical);
|
||||||
messageBox->setText("No Wine Found");
|
messageBox->setText("No Wine Found");
|
||||||
messageBox->setInformativeText("Wine is not installed but is required to FFXIV on this operating system.");
|
messageBox->setInformativeText("Wine is not installed but is required to FFXIV on this operating system.");
|
||||||
messageBox->setWindowModality(Qt::WindowModal);
|
messageBox->setWindowModality(Qt::WindowModal);
|
||||||
|
|
Loading…
Add table
Reference in a new issue