Browse Source

Add more debug info to settings

pull/55/head
Ionite 1 year ago
parent
commit
d13e8532c2
No known key found for this signature in database
  1. 12
      StabilityMatrix.Avalonia/Views/SettingsPage.axaml

12
StabilityMatrix.Avalonia/Views/SettingsPage.axaml

@ -60,8 +60,16 @@
Header="Debug Options"
Margin="8">
<ui:SettingsExpanderItem Content="Paths" IconSource="Folder"
Description="{Binding DebugPaths}">
<ui:SettingsExpanderItem Description="Paths" IconSource="Folder">
<SelectableTextBlock Text="{Binding DebugPaths}"
Foreground="{DynamicResource TextControlPlaceholderForeground}"
TextWrapping="WrapWithOverflow" />
</ui:SettingsExpanderItem>
<ui:SettingsExpanderItem Description="Compat Info" IconSource="StarFilled">
<SelectableTextBlock Text="{Binding DebugCompatInfo}"
Foreground="{DynamicResource TextControlPlaceholderForeground}"
TextWrapping="WrapWithOverflow" />
</ui:SettingsExpanderItem>
<ui:SettingsExpanderItem Content="Notification" IconSource="CommentAdd">

Loading…
Cancel
Save