Onboarding now skips already made Settings
added UpdaterView to Onboarding
This commit is contained in:
@@ -8,6 +8,7 @@ using RothenburgAR.Common;
|
||||
using System.IO;
|
||||
using System.Security.Cryptography;
|
||||
using System.Text.RegularExpressions;
|
||||
using RothenburgAR.UI;
|
||||
|
||||
namespace RothenburgAR.Updater
|
||||
{
|
||||
@@ -447,8 +448,11 @@ namespace RothenburgAR.Updater
|
||||
|
||||
public void UpdatesCompleted()
|
||||
{
|
||||
//TODO force switch to UpdaterView when update needs to be applied
|
||||
UpdateState = UpdateState.Completed;
|
||||
|
||||
//TODO force switch to UpdaterView when update needs to be applied
|
||||
if (!UIManager.Instance.StartingUp)
|
||||
UIManager.Instance.SwitchToView(ViewName.UpdaterView);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user