Skip to content

Commit

Permalink
Hide copilot key setting
Browse files Browse the repository at this point in the history
Will be re-enabled with version 2.1.0
  • Loading branch information
valnoxy committed Dec 25, 2024
1 parent e6f6200 commit 21303a5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion GoAwayEdge/Localization/ResourceDictionary.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
<system:String x:Key="ControlPanelCustomWeatherProviderDescription">Please enter the URL from the Weather Service.</system:String>
<system:String x:Key="CopilotKeyTitle">Copilot Key</system:String>
<system:String x:Key="ControlPanelHotkeyExternalProgramTitle">External Program</system:String>
<system:String x:Key="ControlPanelHotkeyExternalProgramDescription">???</system:String>
<system:String x:Key="ControlPanelHotkeyExternalProgramDescription">Run an external application when you press the Copilot key.</system:String>
<system:String x:Key="ControlPanelHotkeyExternalProgramPathTitle">Path to Application</system:String>
<system:String x:Key="ControlPanelHotkeyExternalProgramPathDescription">Select the application you want to run.</system:String>
<system:String x:Key="ControlPanelHotkeyExternalProgramArgsTitle">Arguments</system:String>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@
</ui:CardControl>
</StackPanel>

<ui:TextBlock FontTypography="Subtitle" Margin="0,10,0,0" Text="{DynamicResource CopilotKeyTitle}" Foreground="{DynamicResource TextFillColorPrimaryBrush}"/>
<StackPanel Margin="0,5,0,0" >
<ui:TextBlock FontTypography="Subtitle" Margin="0,10,0,0" Text="{DynamicResource CopilotKeyTitle}" Foreground="{DynamicResource TextFillColorPrimaryBrush}" Visibility="Hidden"/>
<StackPanel Margin="0,5,0,0" Visibility="Hidden">
<ui:CardExpander Icon="{ui:SymbolIcon AppGeneric24}" IsExpanded="true">
<ui:CardExpander.Header>
<Grid>
Expand Down

0 comments on commit 21303a5

Please sign in to comment.