mirror of
https://github.com/EpicMorg/UniversalValveToolbox.git
synced 2025-03-06 10:30:32 +03:00
ui fix
This commit is contained in:
parent
e15ec3ddc9
commit
c016a1e618
@ -376,13 +376,13 @@ namespace UniversalValveToolbox {
|
|||||||
else if (selectItemText == Properties.translations.MenuItems.itmEditConfigurations) {
|
else if (selectItemText == Properties.translations.MenuItems.itmEditConfigurations) {
|
||||||
var frmProfiles = new FormProjects();
|
var frmProfiles = new FormProjects();
|
||||||
if (frmProfiles.ShowDialog() == DialogResult.OK) {
|
if (frmProfiles.ShowDialog() == DialogResult.OK) {
|
||||||
Application.Restart();
|
UpdateFormData();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else if (selectItemText == Properties.translations.MenuItems.itmEditPlugins) {
|
else if (selectItemText == Properties.translations.MenuItems.itmEditPlugins) {
|
||||||
var frmPlugins = new FormAddons();
|
var frmPlugins = new FormAddons();
|
||||||
if (frmPlugins.ShowDialog() == DialogResult.OK) {
|
if (frmPlugins.ShowDialog() == DialogResult.OK) {
|
||||||
Application.Restart();
|
UpdateFormData();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else if (selectItemText == Properties.translations.MenuItems.itmAbout) {
|
else if (selectItemText == Properties.translations.MenuItems.itmAbout) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user