Sicherung

This commit is contained in:
maier_S
2022-03-23 14:16:48 +01:00
parent fef3fa4274
commit ede0ae35bd
16 changed files with 152 additions and 89 deletions

View File

@@ -31,7 +31,7 @@ namespace FSI.BT.Tools.Commands
public override bool CanExecute(object parameter)
{
return Global.AdminRights || Global.UserRights;
return Global.UserRights || Global.AdminRights;
}
}
}