Skip to content

Commit

Permalink
Merge pull request #82 from cwensley/fix-enable-backups
Browse files Browse the repository at this point in the history
Fix disabling backups on Mac
  • Loading branch information
cwensley authored Feb 26, 2023
2 parents 7c6529f + 3e6a342 commit 2a1a67f
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 2a1a67f

Please sign in to comment.