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