File tree 2 files changed +3
-1
lines changed
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ All notable changes to this project will be documented in this file.
5
5
## Unreleased
6
6
7
7
### Added
8
+ - * Field map* − Add button, menu and shortcuts to expand/collapse location level.
8
9
- Keyboard shortcuts for the most common actions (see user guide in the wiki
9
10
for more details).
10
11
- * Settings* − Add restart snackbar.
@@ -19,7 +20,6 @@ All notable changes to this project will be documented in this file.
19
20
version. Each script will applied successively to reach the latest version.
20
21
21
22
### Changed
22
- - * Field map* − Add shortcut to show/hide the plantings pane.
23
23
- * Field map* − Attach show/hide button to the plantings pane.
24
24
- Update French translation.
25
25
Original file line number Diff line number Diff line change @@ -311,6 +311,8 @@ Page {
311
311
text: index + 1
312
312
checkable: true
313
313
checked: expandButton .expandBoolList [index]
314
+ ? expandButton .expandBoolList [index]
315
+ : false
314
316
onTriggered: expandButton .expandLevel (index)
315
317
}
316
318
}
You can’t perform that action at this time.
0 commit comments