|
127 | 127 | Style="{StaticResource ToggleSwitchInExpanderStyle}" />
|
128 | 128 | </local:SettingContainer>
|
129 | 129 |
|
| 130 | + <!-- RightClickContextMenu --> |
| 131 | + <local:SettingContainer x:Uid="Profile_RightClickContextMenu" |
| 132 | + ClearSettingValue="{x:Bind Profile.ClearRightClickContextMenu}" |
| 133 | + HasSettingValue="{x:Bind Profile.HasRightClickContextMenu, Mode=OneWay}" |
| 134 | + SettingOverrideSource="{x:Bind Profile.RightClickContextMenuOverrideSource, Mode=OneWay}"> |
| 135 | + <ToggleSwitch IsOn="{x:Bind Profile.RightClickContextMenu, Mode=TwoWay}" |
| 136 | + Style="{StaticResource ToggleSwitchInExpanderStyle}" /> |
| 137 | + </local:SettingContainer> |
| 138 | + |
| 139 | + <!-- ShowMarks --> |
| 140 | + <local:SettingContainer x:Uid="Profile_ShowMarks" |
| 141 | + ClearSettingValue="{x:Bind Profile.ClearShowMarks}" |
| 142 | + HasSettingValue="{x:Bind Profile.HasShowMarks, Mode=OneWay}" |
| 143 | + SettingOverrideSource="{x:Bind Profile.ShowMarksOverrideSource, Mode=OneWay}" |
| 144 | + Visibility="{x:Bind Profile.ShowMarksAvailable}"> |
| 145 | + <ToggleSwitch IsOn="{x:Bind Profile.ShowMarks, Mode=TwoWay}" |
| 146 | + Style="{StaticResource ToggleSwitchInExpanderStyle}" /> |
| 147 | + </local:SettingContainer> |
| 148 | + |
| 149 | + <!-- AutoMarkPrompts --> |
| 150 | + <local:SettingContainer x:Uid="Profile_AutoMarkPrompts" |
| 151 | + ClearSettingValue="{x:Bind Profile.ClearAutoMarkPrompts}" |
| 152 | + HasSettingValue="{x:Bind Profile.HasAutoMarkPrompts, Mode=OneWay}" |
| 153 | + SettingOverrideSource="{x:Bind Profile.AutoMarkPromptsOverrideSource, Mode=OneWay}" |
| 154 | + Visibility="{x:Bind Profile.AutoMarkPromptsAvailable}"> |
| 155 | + <ToggleSwitch IsOn="{x:Bind Profile.AutoMarkPrompts, Mode=TwoWay}" |
| 156 | + Style="{StaticResource ToggleSwitchInExpanderStyle}" /> |
| 157 | + </local:SettingContainer> |
| 158 | + |
130 | 159 | <!-- ReloadEnvVars -->
|
131 | 160 | <local:SettingContainer x:Uid="Profile_ReloadEnvVars"
|
132 | 161 | ClearSettingValue="{x:Bind Profile.ClearReloadEnvironmentVariables}"
|
|
135 | 164 | <ToggleSwitch IsOn="{x:Bind Profile.ReloadEnvironmentVariables, Mode=TwoWay}"
|
136 | 165 | Style="{StaticResource ToggleSwitchInExpanderStyle}" />
|
137 | 166 | </local:SettingContainer>
|
| 167 | + |
| 168 | + <!-- RepositionCursorWithMouse --> |
| 169 | + <local:SettingContainer x:Uid="Profile_RepositionCursorWithMouse" |
| 170 | + ClearSettingValue="{x:Bind Profile.ClearRepositionCursorWithMouse}" |
| 171 | + HasSettingValue="{x:Bind Profile.HasRepositionCursorWithMouse, Mode=OneWay}" |
| 172 | + SettingOverrideSource="{x:Bind Profile.RepositionCursorWithMouseOverrideSource, Mode=OneWay}" |
| 173 | + Visibility="{x:Bind Profile.RepositionCursorWithMouseAvailable}"> |
| 174 | + <ToggleSwitch IsOn="{x:Bind Profile.RepositionCursorWithMouse, Mode=TwoWay}" |
| 175 | + Style="{StaticResource ToggleSwitchInExpanderStyle}" /> |
| 176 | + </local:SettingContainer> |
| 177 | + |
138 | 178 | </StackPanel>
|
139 | 179 | </Grid>
|
140 | 180 | </Page>
|
0 commit comments