diff --git a/Bloxstrap/Models/FastFlag.cs b/Bloxstrap/Models/FastFlag.cs new file mode 100644 index 00000000..1f5888a9 --- /dev/null +++ b/Bloxstrap/Models/FastFlag.cs @@ -0,0 +1,15 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; + +namespace Bloxstrap.Models +{ + public class FastFlag + { + public bool Enabled { get; set; } + public string Name { get; set; } = null!; + public string Value { get; set; } = null!; + } +} diff --git a/Bloxstrap/UI/Elements/Dialogs/AddFastFlagDialog.xaml b/Bloxstrap/UI/Elements/Dialogs/AddFastFlagDialog.xaml new file mode 100644 index 00000000..06e7cc08 --- /dev/null +++ b/Bloxstrap/UI/Elements/Dialogs/AddFastFlagDialog.xaml @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +