Skip to content

Commit

Permalink
perf: temporarily hide screenshots
Browse files Browse the repository at this point in the history
  • Loading branch information
AuroraZiling committed Jul 25, 2024
1 parent 77af85d commit 3773ed4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Hollow/Views/Pages/Screenshots.axaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
x:DataType="pages:ScreenshotsViewModel"
xmlns="https://github.com/avaloniaui"
xmlns:converters="clr-namespace:Hollow.Helpers.Converters"
xmlns:coverages="clr-namespace:Hollow.Views.Controls.Coverages"
xmlns:languages="clr-namespace:Hollow.Languages"
xmlns:pages="clr-namespace:Hollow.ViewModels.Pages"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
Expand All @@ -12,7 +13,7 @@

<Panel>
<TextBlock Classes="PageTitle" Text="{I18N {x:Static languages:LangKeys.Screenshots_Title}}" />
<Button Content="Open folder" HorizontalAlignment="Right" />
<coverages:ProhibitedCoverage Margin="30,50,30,30" Text="{I18N {x:Static languages:LangKeys.Special_ProhibitedCoverage_NotImplemented}}" />

<!-- <ItemsControl -->
<!-- Background="Transparent" -->
Expand Down

0 comments on commit 3773ed4

Please sign in to comment.