|
778 | 778 | <ToggleSwitch |
779 | 779 | Grid.Row="2" |
780 | 780 | Grid.Column="2" |
| 781 | + Header="{shuxm:ResourceString Name=ViewPageLaunchGameEnableInLevelClockPageSpeedUpHeader}" |
| 782 | + IsOn="{Binding LaunchOptions.EnableInLevelClockPageSpeedUp.Value, Mode=TwoWay}" |
| 783 | + OffContent="{shuxm:ResourceString Name=ViewPageLaunchGameDisableFogOff}" |
| 784 | + OnContent="{shuxm:ResourceString Name=ViewPageLaunchGameDisableFogOn}" |
| 785 | + ToolTipService.ToolTip="{shuxm:ResourceString Name=ViewPageLaunchGameEnableInLevelClockPageSpeedUpDescription}"/> |
| 786 | + <ToggleSwitch |
| 787 | + Grid.Row="3" |
| 788 | + Grid.Column="0" |
781 | 789 | Header="{shuxm:ResourceString Name=ViewPageLaunchGameEventCameraMoveHotSwitchHeader}" |
782 | 790 | IsOn="{Binding LaunchOptions.DisableEventCameraMove.Value, Mode=TwoWay}" |
783 | 791 | OffContent="{shuxm:ResourceString Name=ViewPageLaunchGameDisableFogOff}" |
|
786 | 794 |
|
787 | 795 | <ToggleSwitch |
788 | 796 | Grid.Row="3" |
789 | | - Grid.Column="0" |
| 797 | + Grid.Column="1" |
790 | 798 | Header="{shuxm:ResourceString Name=ViewOverlayDisableShowDamageTextToolTip}" |
791 | 799 | IsOn="{Binding LaunchOptions.DisableShowDamageText.Value, Mode=TwoWay}" |
792 | 800 | OffContent="{shuxm:ResourceString Name=ViewPageLaunchGameDisableFogOff}" |
|
795 | 803 | <ToggleSwitch |
796 | 804 | x:Name="RedirectCombineEntryToggleSwitch" |
797 | 805 | Grid.Row="3" |
798 | | - Grid.Column="1" |
| 806 | + Grid.Column="2" |
799 | 807 | IsOn="{Binding LaunchOptions.RedirectCombineEntry.Value, Mode=TwoWay}" |
800 | 808 | Style="{ThemeResource DefaultToggleSwitchStyle}" |
801 | 809 | ToolTipService.ToolTip="{shuxm:ResourceString Name=ViewPageLaunchGameIslandRedirectCombineEntryDescription}"> |
|
828 | 836 | x:Name="RedirectCombineEntryTeachingTip" |
829 | 837 | Title="{shuxm:ResourceString Name=ViewPageLaunchGameIslandRedirectCombineEntryHeader}" |
830 | 838 | Grid.Row="3" |
831 | | - Grid.Column="1" |
| 839 | + Grid.Column="2" |
832 | 840 | IsLightDismissEnabled="True" |
833 | 841 | Subtitle="{shuxm:ResourceString Name=ViewPageLaunchGameIslandRedirectCombineEntryDescription}" |
834 | 842 | Target="{x:Bind RedirectCombineEntryToggleSwitch}"> |
|
838 | 846 | </TeachingTip> |
839 | 847 |
|
840 | 848 | <ToggleSwitch |
841 | | - Grid.Row="3" |
842 | | - Grid.Column="2" |
| 849 | + Grid.Row="4" |
| 850 | + Grid.Column="0" |
843 | 851 | Header="{shuxm:ResourceString Name=ViewPageLaunchGameIslandDisplayPaimonHeader}" |
844 | 852 | IsOn="{Binding LaunchOptions.DisplayPaimon.Value, Mode=TwoWay}" |
845 | 853 | ToolTipService.ToolTip="{shuxm:ResourceString Name=ViewPageLaunchGameIslandDisplayPaimonDescription}"/> |
846 | 854 | <ToggleSwitch |
847 | 855 | Grid.Row="4" |
848 | | - Grid.Column="0" |
| 856 | + Grid.Column="1" |
849 | 857 | Header="{shuxm:ResourceString Name=ViewPageLaunchGameIslandUsingTouchScreenHeader}" |
850 | 858 | IsEnabled="{Binding LaunchOptions.IsGameRunning.Value, Converter={StaticResource BoolNegationConverter}}" |
851 | 859 | IsOn="{Binding LaunchOptions.UsingTouchScreen.Value, Mode=TwoWay}"/> |
852 | 860 | <ToggleSwitch |
853 | 861 | Grid.Row="4" |
854 | | - Grid.Column="1" |
| 862 | + Grid.Column="2" |
855 | 863 | Header="{shuxm:ResourceString Name=ViewPageLaunchGameIslandGamepadHotSwitchEnabledHeader}" |
856 | 864 | IsOn="{Binding LaunchOptions.GamepadHotSwitchEnabled.Value, Mode=TwoWay}" |
857 | 865 | ToolTipService.ToolTip="{shuxm:ResourceString Name=ViewPageLaunchGameIslandGamepadHotSwitchEnabledDescription}"/> |
858 | 866 | <ToggleSwitch |
859 | | - Grid.Row="4" |
860 | | - Grid.Column="2" |
| 867 | + Grid.Row="5" |
| 868 | + Grid.Column="0" |
861 | 869 | Header="{shuxm:ResourceString Name=ViewPageLaunchGameIslandHideGrassHeader}" |
862 | 870 | IsOn="{Binding LaunchOptions.HideGrass.Value, Mode=TwoWay}" |
863 | 871 | ToolTipService.ToolTip="{shuxm:ResourceString Name=ViewPageLaunchGameIslandHideGrassDescription}"/> |
864 | 872 |
|
865 | 873 | <ToggleSwitch |
866 | 874 | Grid.Row="5" |
867 | | - Grid.Column="0" |
| 875 | + Grid.Column="1" |
868 | 876 | Header="{shuxm:ResourceString Name=ViewPageLaunchGameIslandResinListItemAllowOriginalResinHeader}" |
869 | 877 | IsOn="{Binding LaunchOptions.ResinListItemId000106Allowed.Value, Mode=TwoWay}"/> |
870 | 878 | <ToggleSwitch |
871 | 879 | Grid.Row="5" |
872 | | - Grid.Column="1" |
| 880 | + Grid.Column="2" |
873 | 881 | Header="{shuxm:ResourceString Name=ViewPageLaunchGameIslandResinListItemAllowPrimogemHeader}" |
874 | 882 | IsOn="{Binding LaunchOptions.ResinListItemId000201Allowed.Value, Mode=TwoWay}"/> |
875 | 883 | <ToggleSwitch |
876 | | - Grid.Row="5" |
877 | | - Grid.Column="2" |
| 884 | + Grid.Row="6" |
| 885 | + Grid.Column="0" |
878 | 886 | Header="{shuxm:ResourceString Name=ViewPageLaunchGameIslandResinListItemAllowFragileResinHeader}" |
879 | 887 | IsOn="{Binding LaunchOptions.ResinListItemId107009Allowed.Value, Mode=TwoWay}"/> |
880 | 888 | <ToggleSwitch |
881 | 889 | Grid.Row="6" |
882 | | - Grid.Column="0" |
| 890 | + Grid.Column="1" |
883 | 891 | Header="{shuxm:ResourceString Name=ViewPageLaunchGameIslandResinListItemAllowTransientResinHeader}" |
884 | 892 | IsOn="{Binding LaunchOptions.ResinListItemId107012Allowed.Value, Mode=TwoWay}"/> |
885 | 893 | <ToggleSwitch |
886 | 894 | Grid.Row="6" |
887 | | - Grid.Column="1" |
| 895 | + Grid.Column="2" |
888 | 896 | Header="{shuxm:ResourceString Name=ViewPageLaunchGameIslandResinListItemAllowCondensedResinHeader}" |
889 | 897 | IsOn="{Binding LaunchOptions.ResinListItemId220007Allowed.Value, Mode=TwoWay}"/> |
890 | 898 | <ToggleSwitch |
891 | | - Grid.Row="6" |
892 | | - Grid.Column="2" |
| 899 | + Grid.Row="7" |
| 900 | + Grid.Column="0" |
893 | 901 | Header="{shuxm:ResourceString Name=ViewPageLaunchGameIslandDebugModeHeader}" |
894 | 902 | IsOn="{Binding LaunchOptions.DebugMode.Value, Mode=TwoWay}" |
895 | 903 | ToolTipService.ToolTip="{shuxm:ResourceString Name=ViewPageLaunchGameIslandDebugModeDescription}"/> |
|
898 | 906 | <ToggleSwitch |
899 | 907 | Visibility="{Binding IsDeveloperAndLoggedIn, Converter={StaticResource BoolToVisibilityConverter}}" |
900 | 908 | Grid.Row="7" |
901 | | - Grid.Column="0" |
| 909 | + Grid.Column="1" |
902 | 910 | Header="{shuxm:ResourceString Name=ViewPageLaunchGameIslandHidePlayerInfoHeader}" |
903 | 911 | IsOn="{Binding LaunchOptions.HidePlayerInfo.Value, Mode=TwoWay}" |
904 | 912 | ToolTipService.ToolTip="{shuxm:ResourceString Name=ViewPageLaunchGameIslandHidePlayerInfoDescription}"/> |
|
0 commit comments