diff --git a/Bloxstrap/Resources/Strings.Designer.cs b/Bloxstrap/Resources/Strings.Designer.cs index 403f056..0403584 100644 --- a/Bloxstrap/Resources/Strings.Designer.cs +++ b/Bloxstrap/Resources/Strings.Designer.cs @@ -1866,6 +1866,24 @@ namespace Bloxstrap.Resources { } } + /// + /// Looks up a localized string similar to Export JSON. + /// + public static string Menu_FastFlagEditor_ExportJson { + get { + return ResourceManager.GetString("Menu.FastFlagEditor.ExportJson", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Copied JSON to clipboard.. + /// + public static string Menu_FastFlagEditor_JsonCopiedToClipboard { + get { + return ResourceManager.GetString("Menu.FastFlagEditor.JsonCopiedToClipboard", resourceCulture); + } + } + /// /// Looks up a localized string similar to Search. /// diff --git a/Bloxstrap/Resources/Strings.resx b/Bloxstrap/Resources/Strings.resx index 27b3a1c..ed83439 100644 --- a/Bloxstrap/Resources/Strings.resx +++ b/Bloxstrap/Resources/Strings.resx @@ -725,6 +725,12 @@ Would you like to upgrade your currently installed version? Manage your own FastFlags. Double click a column to edit. + + Export JSON + + + Copied JSON to clipboard. + Search diff --git a/Bloxstrap/UI/Elements/Menu/Pages/FastFlagEditorPage.xaml b/Bloxstrap/UI/Elements/Menu/Pages/FastFlagEditorPage.xaml index d13b595..f896109 100644 --- a/Bloxstrap/UI/Elements/Menu/Pages/FastFlagEditorPage.xaml +++ b/Bloxstrap/UI/Elements/Menu/Pages/FastFlagEditorPage.xaml @@ -15,12 +15,13 @@ + - + @@ -35,12 +36,16 @@ - - + + + + - + + +