mirror of
https://github.com/jkocon/g-helper.git
synced 2026-02-23 13:00:52 +01:00
Animatrix picture editor tweaks https://github.com/seerge/g-helper/issues/3280
This commit is contained in:
@@ -213,7 +213,7 @@ namespace GHelper.AnimeMatrix
|
|||||||
switch (running)
|
switch (running)
|
||||||
{
|
{
|
||||||
case 2:
|
case 2:
|
||||||
SetMatrixPicture(AppConfig.GetString("matrix_picture"));
|
SetMatrixPicture(AppConfig.GetString("matrix_picture"), false);
|
||||||
break;
|
break;
|
||||||
case 3:
|
case 3:
|
||||||
SetMatrixClock();
|
SetMatrixClock();
|
||||||
|
|||||||
@@ -81,7 +81,7 @@ namespace GHelper
|
|||||||
{
|
{
|
||||||
AppConfig.Set("matrix_contrast", trackContrast.Value);
|
AppConfig.Set("matrix_contrast", trackContrast.Value);
|
||||||
AppConfig.Set("matrix_gamma", trackGamma.Value);
|
AppConfig.Set("matrix_gamma", trackGamma.Value);
|
||||||
SetMatrixPicture();
|
SetMatrixPicture(false);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user