We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 446fafb commit 94ce8b3Copy full SHA for 94ce8b3
VB/Taskpane/Settings.vb
@@ -74,8 +74,9 @@ Namespace TaskPane
74
75
End Sub
76
77
- Private Sub pgdSettings_PropertyValueChanged(s As Object, e As PropertyValueChangedEventArgs)
+ Private Sub pgdSettings_PropertyValueChanged(s As Object, e As PropertyValueChangedEventArgs) Handles pgdSettings.PropertyValueChanged
78
Try
79
+ My.Settings.Save()
80
Scripts.Ribbon.InvalidateRibbon()
81
82
Catch ex As Exception
0 commit comments