Remove Run on Idle due too regression
- Added Additional guard to saving profile
This commit is contained in:
parent
c8bdb5b77c
commit
b051b2bf54
2 changed files with 3 additions and 2 deletions
|
|
@ -549,7 +549,7 @@ namespace MatterHackers.MatterControl
|
|||
Load?.Invoke(this, null);
|
||||
|
||||
// Pushing this after load fixes that empty printer list
|
||||
UiThread.RunOnIdle(ApplicationController.Instance.UserChanged);
|
||||
ApplicationController.Instance.UserChanged();
|
||||
|
||||
if (!System.IO.File.Exists(@"/storage/sdcard0/Download/LaunchTestPrint.stl"))
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue