Skip to content

Commit 94ce8b3

Browse files
tduguidtduguid
tduguid
authored and
tduguid
committed
Updated the change property text action to also save the settings
1 parent 446fafb commit 94ce8b3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: VB/Taskpane/Settings.vb

+2-1
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,9 @@ Namespace TaskPane
7474

7575
End Sub
7676

77-
Private Sub pgdSettings_PropertyValueChanged(s As Object, e As PropertyValueChangedEventArgs)
77+
Private Sub pgdSettings_PropertyValueChanged(s As Object, e As PropertyValueChangedEventArgs) Handles pgdSettings.PropertyValueChanged
7878
Try
79+
My.Settings.Save()
7980
Scripts.Ribbon.InvalidateRibbon()
8081

8182
Catch ex As Exception

0 commit comments

Comments
 (0)