1 parent bc3bbcb commit 96dc45bCopy full SHA for 96dc45b
1 file changed
Clockify/ToggleAction.cs
@@ -121,11 +121,16 @@ private async Task<bool> TryInitializingClockifyContext()
121
{
122
if (_clockifyService.IsValid)
123
124
- return true;
+ return true;
125
}
126
-
+
127
await _clockifyService.UpdateSettingsAsync(_settings);
128
129
+ if (_clockifyService.IsValid)
130
+ {
131
+ await SendOptionsToPropertyInspectorAsync();
132
+ }
133
134
return _clockifyService.IsValid;
135
136
0 commit comments