Skip to content
Permalink
Browse files
Merge pull request #11664 from OatmealDome/macos-updater-test-mode
MacUI: Add stub implementation of UI::IsTestMode()
  • Loading branch information
delroth committed Mar 16, 2023
2 parents ef3cb6f + bbe2bd5 commit d623871
Showing 1 changed file with 6 additions and 0 deletions.
@@ -139,6 +139,12 @@ void run_on_main(std::function<void()> fnc)
{
}

// test-updater.py only works on Windows.
bool UI::IsTestMode()
{
return false;
}

bool Platform::VersionCheck(const std::vector<TodoList::UpdateOp>& to_update,
const std::string& install_base_path, const std::string& temp_dir)
{

0 comments on commit d623871

Please sign in to comment.