You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<LabelToolTip="Some apps use the system language to choose what language to display, this setting will store your current language, change it so you can play in another language and then revert your system back to your default display language."x:Name="label_cultures"Content="Set system language when launching an app*"VerticalAlignment="Center"Height="29" Grid.Column="1" Grid.ColumnSpan="2" Grid.Row="1"/>
57
66
<ComboBoxToolTip="Some apps use the system language to choose what language to display, this setting will store your current language, change it so you can play in another language and then revert your system back to your default display language."x:Name="cultures_comboBox"Margin="0,0,10,0"VerticalAlignment="Center"Height="32" Grid.Column="3"HorizontalAlignment="Right"Width="92" Grid.Row="1"/>
58
67
<Labelx:Name="label_seconds"ToolTip="If 0, UWPHook will not run in the background and will not update the in-game status"Content="Check if the launched app is running every"VerticalAlignment="Center"Height="29" Grid.Column="1" Grid.Row="2" Grid.ColumnSpan="2"/>
<LabelToolTip="This fixes Steam in-home Streaming, set this in the host computer."x:Name="label_streaming"Content="Enable streaming mode"VerticalAlignment="Center"Height="29" Grid.Column="1" Grid.ColumnSpan="2" Grid.Row="3"/>
62
-
<ToggleButtonx:Name="change_resolution_toggle"Style="{StaticResource MaterialDesignSwitchToggleButton}"ToolTip="Change host resolution on streaming mode"IsChecked="False" Grid.Row="4"Width="NaN"Margin="5,3,6,3" />
71
+
<ToggleButtonx:Name="change_resolution_toggle"ToolTip="Change host resolution on streaming mode"IsChecked="False" Grid.Row="4"Margin="5,3,6,3" />
63
72
<LabelToolTip="Change the host computer resolution on launch, return to previous after."x:Name="label_resolution"Content="Change host resolution to:"VerticalAlignment="Center"Height="29" Grid.Column="1" Grid.Row="4"/>
<LabelToolTip="Add these tags to exported games, use comma separated values"x:Name="label_tags"Content="Export with these tags:"Margin="0,0,8,0"VerticalAlignment="Center"Height="29" Grid.Column="1" Grid.Row="5"/>
MessageBox.Show(messageBoxText:"You are being redirected to SteamGridDB website!\r\n"+
105
-
"Log-in, or create your account, go to your profile preferences and click 'Generate API Key', then paste the key back on UWPHook.","Attention!",MessageBoxButton.OK,MessageBoxImage.Information);
135
+
"Log-in, or create your account, go to your profile preferences and click 'Generate API Key', then paste the key back on UWPHook.","Attention!",MessageBoxButton.OK,MessageBoxImage.Information);
0 commit comments