mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 11:49:06 +00:00
Fix manual update check which was hardcoded to "dev" track
This commit is contained in:
parent
5b3b6a7f1d
commit
281dfd3e6a
1 changed files with 2 additions and 1 deletions
|
@ -549,7 +549,8 @@ void MenuBar::AddOptionsMenu()
|
|||
void MenuBar::InstallUpdateManually()
|
||||
{
|
||||
auto* updater =
|
||||
new Updater(this->parentWidget(), "dev", Config::Get(Config::MAIN_AUTOUPDATE_HASH_OVERRIDE));
|
||||
new Updater(this->parentWidget(), Config::Get(Config::MAIN_AUTOUPDATE_UPDATE_TRACK),
|
||||
Config::Get(Config::MAIN_AUTOUPDATE_HASH_OVERRIDE));
|
||||
|
||||
if (!updater->CheckForUpdate())
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue