Skip to content

Commit

Permalink
added missing default states
Browse files Browse the repository at this point in the history
  • Loading branch information
MyDrift-user committed Dec 10, 2024
1 parent 295b5a4 commit 1678663
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/tweaks.json
Original file line number Diff line number Diff line change
Expand Up @@ -3370,13 +3370,15 @@
"Name": "InitialKeyboardIndicators",
"Value": "2",
"OriginalValue": "0",
"DefaultState": "false",
"Type": "DWord"
},
{
"Path": "HKCU:\\Control Panel\\Keyboard",
"Name": "InitialKeyboardIndicators",
"Value": "2",
"OriginalValue": "0",
"DefaultState": "false",
"Type": "DWord"
}
],
Expand Down Expand Up @@ -3580,6 +3582,7 @@
"Name": "Hidden",
"Value": "1",
"OriginalValue": "0",
"DefaultState": "false",
"Type": "DWord"
}
],
Expand Down Expand Up @@ -3608,6 +3611,7 @@
"Name": "HideFileExt",
"Value": "0",
"OriginalValue": "1",
"DefaultState": "false",
"Type": "DWord"
}
],
Expand Down

0 comments on commit 1678663

Please sign in to comment.