Skip to content

Commit

Permalink
Fix disabling backups on Mac
Browse files Browse the repository at this point in the history
  • Loading branch information
cwensley committed Feb 26, 2023
1 parent 7c6529f commit 3e6a342
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Pablo.Interface/Actions/EnableBackups.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

namespace Pablo.Interface.Actions
{
public class EnableBackups : RadioCommand
public class EnableBackups : CheckCommand
{
readonly IClientDelegate clientDelegate;
public const string ActionID = "EnableBackups";
Expand Down

0 comments on commit 3e6a342

Please sign in to comment.