Skip to content

Commit

Permalink
Fix uid
Browse files Browse the repository at this point in the history
  • Loading branch information
gaviny82 committed Jan 26, 2025
1 parent f931c23 commit 6817f86
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Natsurainko.FluentLauncher/Views/Cores/DefaultPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@
<Button Command="{x:Bind VM.SearchAllMinecraftCommand}" Style="{ThemeResource AccentButtonStyle}">
<StackPanel Orientation="Horizontal" Spacing="5">
<FontIcon FontSize="14" Glyph="&#xE896;" />
<TextBlock x:Uid="Cores_CoresPage_InstallButton" Text="Install cores" />
<TextBlock x:Uid="Cores_DefaultPage_InstallButton" Text="Install cores" />
</StackPanel>
</Button>
<Button IsEnabled="False" Style="{ThemeResource AccentButtonStyle}">
<StackPanel Orientation="Horizontal" Spacing="5">
<FontIcon FontSize="14" Glyph="&#xe8b5;" />
<TextBlock x:Uid="Cores_CoresPage_ImportButton" Text="Import Modpack" />
<TextBlock x:Uid="Cores_DefaultPage_ImportButton" Text="Import Modpack" />
</StackPanel>
</Button>

Expand Down Expand Up @@ -166,7 +166,7 @@
Glyph="&#xe74c;" />
<StackPanel VerticalAlignment="Center">
<TextBlock
x:Uid="Cores_CoresPage_Text3"
x:Uid="Cores_DefaultPage_Text3"
Margin="10,0"
VerticalAlignment="Center"
FontSize="24"
Expand All @@ -175,7 +175,7 @@
Text="No Core" />
<HyperlinkButton Margin="0,0,0,-5" Command="{x:Bind VM.GoToSettingsCommand}">
<TextBlock
x:Uid="Cores_CoresPage_Text4"
x:Uid="Cores_DefaultPage_Text4"
FontWeight="SemiBold"
Text="Go To Settings" />
</HyperlinkButton>
Expand Down

0 comments on commit 6817f86

Please sign in to comment.