Skip to content

Commit 50daa34

Browse files
committed
Added credits & removed unused Settings button
1 parent 7207f1f commit 50daa34

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

PhotoModeApp/Views/Pages/SettingsPage.xaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,8 @@
2323
FontSize="20"
2424
FontWeight="Medium"
2525
Text="Personalization" />
26-
<Grid VerticalAlignment="Center" HorizontalAlignment="Left" Margin="0,5,0,4">
27-
<ui:Button Content="Go to application webpage" IsCancel="True" Click="Button_Click" Height="35" Width="209"/>
28-
</Grid>
29-
<TextBlock Margin="0,12,0,0" Text="Theme" />
26+
<Grid VerticalAlignment="Center" HorizontalAlignment="Left" Margin="0,5,0,4"/>
27+
<TextBlock Text="Theme" />
3028
<RadioButton
3129
Margin="0,12,0,0"
3230
Command="{Binding ViewModel.OnChangeThemeCommand, Mode=OneWay}"
@@ -41,5 +39,6 @@
4139
Content="Dark"
4240
GroupName="themeSelect"
4341
IsChecked="{Binding ViewModel.CurrentTheme, Converter={StaticResource EnumToBooleanConverter}, ConverterParameter=Dark, Mode=OneWay}" />
42+
<TextBlock TextWrapping="Wrap" Text="Developed by pointerboy" Margin="0,7,0,0"/>
4443
</StackPanel>
4544
</ui:UiPage>

PhotoModeApp/Views/Pages/SettingsPage.xaml.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,5 @@ public SettingsPage(ViewModels.SettingsViewModel viewModel)
1818

1919
InitializeComponent();
2020
}
21-
22-
private void Button_Click(object sender, System.Windows.RoutedEventArgs e)
23-
{
24-
System.Diagnostics.Process.Start("https://www.rdr2mods.com/profile/12310-pointerboy/");
25-
}
2621
}
2722
}

0 commit comments

Comments
 (0)