Skip to content

Commit 21303a5

Browse files
committed
Hide copilot key setting
Will be re-enabled with version 2.1.0
1 parent e6f6200 commit 21303a5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

GoAwayEdge/Localization/ResourceDictionary.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
<system:String x:Key="ControlPanelCustomWeatherProviderDescription">Please enter the URL from the Weather Service.</system:String>
8181
<system:String x:Key="CopilotKeyTitle">Copilot Key</system:String>
8282
<system:String x:Key="ControlPanelHotkeyExternalProgramTitle">External Program</system:String>
83-
<system:String x:Key="ControlPanelHotkeyExternalProgramDescription">???</system:String>
83+
<system:String x:Key="ControlPanelHotkeyExternalProgramDescription">Run an external application when you press the Copilot key.</system:String>
8484
<system:String x:Key="ControlPanelHotkeyExternalProgramPathTitle">Path to Application</system:String>
8585
<system:String x:Key="ControlPanelHotkeyExternalProgramPathDescription">Select the application you want to run.</system:String>
8686
<system:String x:Key="ControlPanelHotkeyExternalProgramArgsTitle">Arguments</system:String>

GoAwayEdge/UserInterface/ControlPanel/Pages/CopilotSettings.xaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@
6464
</ui:CardControl>
6565
</StackPanel>
6666

67-
<ui:TextBlock FontTypography="Subtitle" Margin="0,10,0,0" Text="{DynamicResource CopilotKeyTitle}" Foreground="{DynamicResource TextFillColorPrimaryBrush}"/>
68-
<StackPanel Margin="0,5,0,0" >
67+
<ui:TextBlock FontTypography="Subtitle" Margin="0,10,0,0" Text="{DynamicResource CopilotKeyTitle}" Foreground="{DynamicResource TextFillColorPrimaryBrush}" Visibility="Hidden"/>
68+
<StackPanel Margin="0,5,0,0" Visibility="Hidden">
6969
<ui:CardExpander Icon="{ui:SymbolIcon AppGeneric24}" IsExpanded="true">
7070
<ui:CardExpander.Header>
7171
<Grid>

0 commit comments

Comments
 (0)