mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-27 13:14:26 -04:00
[ui] fix Windows To Go option unconditional display when switching languages
* Also update version to rufus-next
This commit is contained in:
parent
e1d864f755
commit
fca4e2d59b
6 changed files with 19 additions and 19 deletions
|
@ -644,7 +644,7 @@ static void SetToGo(void)
|
|||
IGNORE_RETVAL(ComboBox_SetItemData(hCtrl, ComboBox_AddStringU(hCtrl, lmprintf(MSG_118)), TRUE));
|
||||
IGNORE_RETVAL(ComboBox_SetCurSel(hCtrl, windows_to_go_selection));
|
||||
|
||||
if ((((bt != BT_IMAGE) || (image_path == NULL)) && (display_togo_option)) ||
|
||||
if ((((bt != BT_IMAGE) || (image_path == NULL) || (!HAS_WINTOGO(img_report))) && (display_togo_option)) ||
|
||||
((bt == BT_IMAGE) && (HAS_WINTOGO(img_report)) && (!display_togo_option))) {
|
||||
ToggleImageOption();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue