Skip to content

Commit

Permalink
Update TranslationViewModel.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
BeepBeepBopBop committed Dec 25, 2024
1 parent d3c85a2 commit 1ecb40d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LM-Kit-Maestro/ViewModels/TranslationViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public partial class TranslationViewModel : AssistantViewModelBase
string? _latestResult;

[ObservableProperty]
bool? _lastTranslationIsSuccesful;
bool? _lastTranslationIsSuccessful;

public EventHandler? TranslationCompleted;
public EventHandler? TranslationFailed;
Expand Down

0 comments on commit 1ecb40d

Please sign in to comment.