Skip to content

Commit 235b173

Browse files
author
Mihaela Stoica
authored
Merge pull request xenserver#1319 from kc284/master
CA-145890: switched roaming on for the new settings.
2 parents 1aaa310 + 3e94c6c commit 235b173

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

XenAdmin/Properties/Settings.Designer.cs

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

XenAdmin/Properties/Settings.settings

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -164,13 +164,13 @@
164164
<Setting Name="ShowAboutDialog" Roaming="true" Type="System.Boolean" Scope="User">
165165
<Value Profile="(Default)">True</Value>
166166
</Setting>
167-
<Setting Name="DoNotConfirmDismissAlerts" Type="System.Boolean" Scope="User">
167+
<Setting Name="DoNotConfirmDismissAlerts" Roaming="true" Type="System.Boolean" Scope="User">
168168
<Value Profile="(Default)">False</Value>
169169
</Setting>
170-
<Setting Name="DoNotConfirmDismissEvents" Type="System.Boolean" Scope="User">
170+
<Setting Name="DoNotConfirmDismissEvents" Roaming="true" Type="System.Boolean" Scope="User">
171171
<Value Profile="(Default)">False</Value>
172172
</Setting>
173-
<Setting Name="DoNotConfirmDismissUpdates" Type="System.Boolean" Scope="User">
173+
<Setting Name="DoNotConfirmDismissUpdates" Roaming="true" Type="System.Boolean" Scope="User">
174174
<Value Profile="(Default)">False</Value>
175175
</Setting>
176176
</Settings>

0 commit comments

Comments
 (0)