mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 11:36:13 +00:00
linux/arm64: Enable auto-updater
This commit is contained in:
parent
c7e853bf99
commit
2c52882310
1 changed files with 1 additions and 1 deletions
|
@ -3356,7 +3356,7 @@ void main_window::CreateConnects()
|
|||
|
||||
connect(ui->updateAct, &QAction::triggered, this, [this]()
|
||||
{
|
||||
#if (!defined(_WIN32) && !defined(__linux__) && !defined(__APPLE__)) || (defined(ARCH_ARM64) && !defined(__APPLE__))
|
||||
#if (!defined(_WIN32) && !defined(__linux__) && !defined(__APPLE__)) || (defined(ARCH_ARM64) && !defined(__linux__) && !defined(__APPLE__))
|
||||
QMessageBox::warning(this, tr("Auto-updater"), tr("The auto-updater isn't available for your OS currently."));
|
||||
return;
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue