Skip to content

Commit b614a7e

Browse files
authored
Merge 5adf4e6 into a0fefe3
2 parents a0fefe3 + 5adf4e6 commit b614a7e

3 files changed

Lines changed: 1 addition & 4 deletions

File tree

source/config/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -524,7 +524,6 @@ class ConfigManager(object):
524524
BASE_ONLY_SECTIONS = {
525525
"general",
526526
"update",
527-
"upgrade",
528527
"development",
529528
"addonStore",
530529
}

source/config/configSpec.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -321,9 +321,6 @@
321321
autoRefresh = boolean(default=false)
322322
autoRefreshInterval = integer(default=1500, min=100)
323323
324-
[upgrade]
325-
newLaptopKeyboardLayout = boolean(default=false)
326-
327324
[editableText]
328325
caretMoveTimeoutMs = integer(min=0, max=2000, default=100)
329326

user_docs/en/changes.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ As the Add-on Store base URL is now configurable directly within NVDA, no replac
7272
* The following symbols in `appModules.soffice` have been renamed (#6915, @michaelweghorn):
7373
* `SymphonyDocument.announceToolbarButtonToggle` to `SymphonyDocument.announceFormattingGestureChange`
7474
* `SymphonyDocument.script_toggleTextAttribute` to `SymphonyDocument.script_changeTextFormatting`
75+
* The `[upgrade]` configuration section including `[upgrade][newLaptopKeyboardLayout]` has been removed. (#17191)
7576

7677
#### Deprecations
7778

0 commit comments

Comments
 (0)