add DCH compat, better debug
This commit is contained in:
parent
58631d5d8a
commit
a42641fdce
12 changed files with 157 additions and 54 deletions
|
@ -19,11 +19,12 @@ namespace EnvyUpdate
|
|||
if (GlobalVars.isMobile)
|
||||
chkMobile.IsChecked = true;
|
||||
|
||||
if (Util.IsMobile())
|
||||
defaultIsMobile = true;
|
||||
defaultIsMobile = Util.IsMobile();
|
||||
|
||||
if (defaultIsMobile != GlobalVars.isMobile)
|
||||
isOverride = true;
|
||||
|
||||
chkDCH.IsChecked = Util.IsDCH();
|
||||
}
|
||||
|
||||
private void ButtonWeb_Click(object sender, RoutedEventArgs e)
|
||||
|
|
Reference in a new issue