mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-08-02 22:30:39 +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]()
|
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."));
|
QMessageBox::warning(this, tr("Auto-updater"), tr("The auto-updater isn't available for your OS currently."));
|
||||||
return;
|
return;
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue