Skip to content

Commit

Permalink
Hide button on plugin setting page
Browse files Browse the repository at this point in the history
  • Loading branch information
XanatosX authored Jan 5, 2024
1 parent 7cde133 commit 7c9b84f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ModularToolManager/Views/PluginSettingsView.axaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<Grid RowDefinitions="*, Auto">
<ItemsControl ItemsSource="{Binding PluginSettings}"/>
<StackPanel Grid.Row="1">
<Button Content="{x:Static p:Resources.DefaultButton_Save}" Command="{Binding SaveSettingsCommand}"/>
<Button IsVisible="false" Content="{x:Static p:Resources.DefaultButton_Save}" Command="{Binding SaveSettingsCommand}"/>
</StackPanel>
</Grid>
</UserControl>

0 comments on commit 7c9b84f

Please sign in to comment.