[MWB] fix layout resetting to one row (#26438)

This commit is contained in:
Andrey Nekrasov
2023-05-29 18:00:23 +02:00
committed by GitHub
parent 951d449204
commit 202bb4caf5

View File

@@ -303,7 +303,7 @@ namespace MouseWithoutBorders.Class
{
lock (_loadingSettingsLock)
{
_properties.MatrixOneRow = true;
_properties.MatrixOneRow = value;
if (!PauseInstantSaving)
{
SaveSettings();