Skip to content

Commit c74b621

Browse files
committed
Saving config now syncs list
This means changes to the max item limit will be reflected immediately rather than being delayed until the next time the list contents are refreshed.
1 parent 7e9c5e2 commit c74b621

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ToDew/ToDoOverlay.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,7 @@ private void OnListChanged() {
179179
}
180180

181181
internal void ConfigSaved() {
182+
syncMenuItemList();
182183
bounds.X = config.offsetX;
183184
bounds.Y = config.offsetY;
184185
}

0 commit comments

Comments
 (0)