mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-01-19 15:03:36 +08:00
[MWB] fix layout resetting to one row (#26438)
This commit is contained in:
parent
951d449204
commit
202bb4caf5
@ -303,7 +303,7 @@ namespace MouseWithoutBorders.Class
|
||||
{
|
||||
lock (_loadingSettingsLock)
|
||||
{
|
||||
_properties.MatrixOneRow = true;
|
||||
_properties.MatrixOneRow = value;
|
||||
if (!PauseInstantSaving)
|
||||
{
|
||||
SaveSettings();
|
||||
|
Loading…
Reference in New Issue
Block a user