Skip to content

Commit 579f8c8

Browse files
committed
- Add Author name in plugin list
1 parent e48761a commit 579f8c8

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

Flow.Launcher/Languages/en.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
<system:String x:Key="newPriority">New Priority:</system:String>
5454
<system:String x:Key="priority">Priority</system:String>
5555
<system:String x:Key="pluginDirectory">Plugin Directory</system:String>
56-
<system:String x:Key="author">Author</system:String>
56+
<system:String x:Key="author">Author:</system:String>
5757
<system:String x:Key="plugin_init_time">Init time:</system:String>
5858
<system:String x:Key="plugin_query_time">Query time:</system:String>
5959

Flow.Launcher/SettingWindow.xaml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -690,9 +690,16 @@
690690
Padding="0 12 0 0" >
691691
<ItemsControl Style="{DynamicResource SettingGrid}">
692692
<StackPanel Style="{StaticResource TextPanel}"
693-
Orientation="Horizontal" VerticalAlignment="Center" HorizontalAlignment="Right" Margin="0 0 -14 0">
694-
<TextBlock Text="{DynamicResource plugin_init_time}"
693+
Orientation="Horizontal" VerticalAlignment="Center" HorizontalAlignment="Right" Margin="0 0 -14 0">
694+
<TextBlock Text="{DynamicResource author}"
695695
FontSize="11" Margin="10 0 0 0" MaxWidth="100" Foreground="#8F8F8F" />
696+
<TextBlock Text="{Binding PluginPair.Metadata.Author}" FontSize="11" Foreground="#8F8F8F"
697+
Margin="5 0 0 0" MaxWidth="100" />
698+
<TextBlock Text="|"
699+
FontSize="11" Margin="5 0 0 0" MaxWidth="100" Foreground="#8F8F8F"
700+
VerticalAlignment="Center" />
701+
<TextBlock Text="{DynamicResource plugin_init_time}"
702+
FontSize="11" Margin="5 0 0 0" MaxWidth="100" Foreground="#8F8F8F" />
696703
<TextBlock Text="{Binding InitilizaTime}" FontSize="11" Foreground="#8F8F8F"
697704
Margin="5 0 0 0" MaxWidth="100" />
698705
<TextBlock Text="|"
@@ -806,6 +813,7 @@
806813
-->
807814
</Grid>
808815
</TabItem>
816+
809817
<TabItem>
810818
<TabItem.Header>
811819
<Grid>

0 commit comments

Comments
 (0)