diff --git a/Plugins/Flow.Launcher.Plugin.Program/Languages/en.xaml b/Plugins/Flow.Launcher.Plugin.Program/Languages/en.xaml index 4274f165b..c77b070ac 100644 --- a/Plugins/Flow.Launcher.Plugin.Program/Languages/en.xaml +++ b/Plugins/Flow.Launcher.Plugin.Program/Languages/en.xaml @@ -4,6 +4,7 @@ xmlns:system="clr-namespace:System;assembly=mscorlib"> + Reset Default Delete Edit Add @@ -35,10 +36,21 @@ Are you sure you want to delete the selected program sources? OK - Flow Launcher will only index files that end with the following file types. + Program Plugin will only index files that end with the following file types. Successfully updated file suffixes File suffixes can't be empty + Excutable Types + URL Types + Custom URL Types + Custom File Types + + Insert file types what you want, Each file type should split by ';'. (ex>bat; py;) + + + Insert protocol types what you want, Each protocol type should split by ';'. (ex>steam; epic;) + + Run As Different User Run As Administrator Open containing folder diff --git a/Plugins/Flow.Launcher.Plugin.Program/ProgramSuffixes.xaml b/Plugins/Flow.Launcher.Plugin.Program/ProgramSuffixes.xaml index 326ca6a65..496073c26 100644 --- a/Plugins/Flow.Launcher.Plugin.Program/ProgramSuffixes.xaml +++ b/Plugins/Flow.Launcher.Plugin.Program/ProgramSuffixes.xaml @@ -4,8 +4,9 @@ xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" + xmlns:ui="http://schemas.modernwpf.com/2019" Title="{DynamicResource flowlauncher_plugin_program_suffixes}" - Width="700" + Width="600" Background="{DynamicResource PopuBGColor}" Foreground="{DynamicResource PopupTextColor}" ResizeMode="NoResize" @@ -15,6 +16,49 @@ + + + + + + + + + @@ -70,47 +114,74 @@ FontSize="14" Text="{DynamicResource flowlauncher_plugin_program_only_index_tip}" TextWrapping="Wrap" /> + + + + + + + + + - + - - + + - + - Excutable Types - - appref-ms - EXE - Lnk - Custom File Types - + FontSize="16" + FontWeight="SemiBold" + Text="{DynamicResource flowlauncher_plugin_program_suffixes_excutable_types}" /> + appref-ms + EXE + Lnk + + - URL Types - - Steam Games - Epic Games - Http/Https - Custom URL Protocols - + FontSize="16" + FontWeight="SemiBold" + Text="{DynamicResource flowlauncher_plugin_program_suffixes_URL_types}" /> + Steam Games + Epic Games + Http/Https + + @@ -123,11 +194,18 @@ BorderThickness="0,1,0,0">