mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-16 11:48:06 +01:00
[MWB] fix layout resetting to one row (#26438)
This commit is contained in:
@@ -303,7 +303,7 @@ namespace MouseWithoutBorders.Class
|
||||
{
|
||||
lock (_loadingSettingsLock)
|
||||
{
|
||||
_properties.MatrixOneRow = true;
|
||||
_properties.MatrixOneRow = value;
|
||||
if (!PauseInstantSaving)
|
||||
{
|
||||
SaveSettings();
|
||||
|
||||
Reference in New Issue
Block a user