File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -265,7 +265,7 @@ public static void SetGamut(int mode = -1)
265265 public static void SetVisual ( SplendidCommand mode = SplendidCommand . Default , int whiteBalance = DefaultColorTemp , bool init = false )
266266 {
267267 if ( mode == SplendidCommand . None ) return ;
268- if ( ( mode == SplendidCommand . Default || mode == SplendidCommand . VivoNormal ) && init ) return ; // Skip default setting on init
268+ if ( ( mode == SplendidCommand . Default || mode == SplendidCommand . VivoNormal ) && whiteBalance == DefaultColorTemp && init ) return ; // Skip default setting on init
269269 if ( mode == SplendidCommand . Disabled && ! RyzenControl . IsAMD ( ) && init ) return ; // Skip disabled setting for Intel devices
270270
271271 AppConfig . Set ( "visual" , ( int ) mode ) ;
You can’t perform that action at this time.
0 commit comments