Don't move to another macro if it's only going to have one step

This commit is contained in:
Asriel Camora
2023-10-24 01:07:26 -07:00
parent 889d07433c
commit cd0fbacbbc
3 changed files with 27 additions and 11 deletions
+1
View File
@@ -59,6 +59,7 @@ public class MacroCopyConfiguration
public bool AddNotification { get; set; } = true;
// Requires AddNotification
public bool ForceNotification { get; set; }
public bool AddNotificationSound { get; set; } = true;
public int IntermediateNotificationSound { get; set; } = 10;
public int EndNotificationSound { get; set; } = 6;