mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2025-01-12 06:48:04 +03:00
Fix back button.
This commit is contained in:
parent
489c275d88
commit
3a0937a2f7
@ -53,6 +53,8 @@ namespace installtool
|
|||||||
{
|
{
|
||||||
swap(welcomePanel_);
|
swap(welcomePanel_);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
backButton_.IsEnabled = currentPanel_ != welcomePanel_;
|
||||||
}
|
}
|
||||||
|
|
||||||
private void nextButton__Click(object sender, RoutedEventArgs e)
|
private void nextButton__Click(object sender, RoutedEventArgs e)
|
||||||
@ -67,10 +69,7 @@ namespace installtool
|
|||||||
swap(licensePanel_);
|
swap(licensePanel_);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (currentPanel_ != welcomePanel_)
|
|
||||||
{
|
|
||||||
backButton_.IsEnabled = true;
|
backButton_.IsEnabled = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user