|
76 | 76 | </ui:HyperlinkButton> |
77 | 77 | </Grid> |
78 | 78 | </ui:CardControl.Header> |
79 | | - <ComboBox Grid.Column="1" MinWidth="200" SelectedIndex="0"> |
| 79 | + <ComboBox Grid.Column="1" MinWidth="200" SelectedIndex="0" SelectedValue="{Binding Settings.Theme}" SelectedValuePath="Content"> |
80 | 80 | <ComboBoxItem Content="Windows default" /> |
81 | 81 | <ComboBoxItem Content="Light" /> |
82 | 82 | <ComboBoxItem Content="Dark" /> |
|
129 | 129 | <ColumnDefinition Width="Auto" /> |
130 | 130 | </Grid.ColumnDefinitions> |
131 | 131 | <TextBlock Grid.Column="0" Text="Report an issue or request a feature" /> |
132 | | - <ui:SymbolIcon Grid.Column="1" Symbol="Link24" /> |
| 132 | + <StackPanel Grid.Column="1" Orientation="Horizontal"> |
| 133 | + <ui:SymbolIcon Margin="0 0 6 0" Symbol="Link24" /> |
| 134 | + <TextBlock Foreground="{ui:ThemeResource TextFillColorSecondaryBrush}" Text="https://github.com/Stone-Red-Code/InvLock/issues"/> |
| 135 | + </StackPanel> |
| 136 | + </Grid> |
| 137 | + </ui:Anchor> |
| 138 | + |
| 139 | + <Separator /> |
| 140 | + |
| 141 | + <ui:Anchor Margin="0" Padding="16" HorizontalAlignment="Stretch" HorizontalContentAlignment="Stretch" Background="Transparent" CornerRadius="0" BorderThickness="0" NavigateUri="https://github.com/Stone-Red-Code/InvLock"> |
| 142 | + <Grid> |
| 143 | + <Grid.ColumnDefinitions> |
| 144 | + <ColumnDefinition Width="*" /> |
| 145 | + <ColumnDefinition Width="Auto" /> |
| 146 | + </Grid.ColumnDefinitions> |
| 147 | + <TextBlock Grid.Column="0" Text="GitHub" /> |
| 148 | + <StackPanel Grid.Column="1" Orientation="Horizontal"> |
| 149 | + <ui:SymbolIcon Margin="0 0 6 0" Symbol="Link24" /> |
| 150 | + <TextBlock Foreground="{ui:ThemeResource TextFillColorSecondaryBrush}" Text="https://github.com/Stone-Red-Code/InvLock"/> |
| 151 | + </StackPanel> |
133 | 152 | </Grid> |
134 | 153 | </ui:Anchor> |
135 | 154 |
|
|
140 | 159 | <ColumnDefinition Width="*" /> |
141 | 160 | <ColumnDefinition Width="Auto" /> |
142 | 161 | </Grid.ColumnDefinitions> |
143 | | - <TextBlock Grid.Column="0" Text="Clone repository" /> |
144 | | - <TextBlock Grid.Column="1" Foreground="{ui:ThemeResource TextFillColorSecondaryBrush}" Text="git clone https://github.com/Stone-Red-Code/InvLock" /> |
| 162 | + <TextBlock Grid.Column="0" Text="Version" /> |
| 163 | + <TextBlock Grid.Column="1" Foreground="{ui:ThemeResource TextFillColorSecondaryBrush}" Text="{Binding AppVersion}"/> |
145 | 164 | </Grid> |
146 | | - |
147 | | - <Separator /> |
148 | | - |
149 | | - <TextBlock Margin="16" Text="{Binding AppVersion, StringFormat='Version {0}'}" /> |
150 | 165 | </StackPanel> |
151 | 166 | </ui:CardExpander> |
152 | 167 | </StackPanel> |
|
0 commit comments