Browse Source
[frontend] fix nightly update checker again
I ❤️ std::optional
Signed-off-by: crueter <crueter@eden-emu.dev>
pull/3446/head
crueter
1 week ago
No known key found for this signature in database
GPG Key ID: 425ACD2D4830EBC6
1 changed files with
1 additions and
2 deletions
-
src/frontend_common/update_checker.cpp
|
|
|
@ -176,6 +176,5 @@ std::optional<UpdateChecker::Update> UpdateChecker::GetUpdate() { |
|
|
|
} |
|
|
|
|
|
|
|
empty: |
|
|
|
return UpdateChecker::Update{}; |
|
|
|
|
|
|
|
return std::nullopt; |
|
|
|
} |