We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0e0d96 commit 143d07fCopy full SHA for 143d07f
1 file changed
src/Views/ExtensionView.axaml
@@ -112,8 +112,7 @@
112
Classes="Primary"
113
Command="{Binding SelectFolderCommand}"
114
CommandParameter="ExtensionDirectory"
115
- Theme="{DynamicResource SolidButton}">
116
- <PathIcon Width="15" Height="15" Data="{DynamicResource PickFileSVG}" />
+ Theme="{DynamicResource SolidButton}" Content="Pick">
117
</Button>
118
119
<!-- Extension Path -->
@@ -134,8 +133,8 @@
134
133
135
136
CommandParameter="ExportPath"
137
138
+ Theme="{DynamicResource SolidButton}"
+ Content="Pick">
139
140
141
<!-- Dependencies -->
0 commit comments