File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ public void Initialize(string[] args)
3535 ScalableWindow . GlobalScaleFactor = msuUserOptionsService . MsuUserOptions . UiScaling ;
3636
3737 var initPassedRomArgument = msuUserOptionsService . MsuUserOptions . PassedRomArgument ;
38+ var initOutputRomPath = msuUserOptionsService . MsuUserOptions . OutputRomPath ;
3839 msuUserOptionsService . MsuUserOptions . PassedRomArgument = false ;
3940
4041 if ( args . Length > 0 && ! string . IsNullOrEmpty ( args . Last ( ) ) )
@@ -48,7 +49,7 @@ public void Initialize(string[] args)
4849 }
4950 }
5051
51- if ( msuUserOptionsService . MsuUserOptions . PassedRomArgument != initPassedRomArgument )
52+ if ( msuUserOptionsService . MsuUserOptions . PassedRomArgument != initPassedRomArgument || msuUserOptionsService . MsuUserOptions . OutputRomPath != initOutputRomPath )
5253 {
5354 msuUserOptionsService . Save ( ) ;
5455 }
You can’t perform that action at this time.
0 commit comments