mirror of
https://github.com/joel16/NX-Shell.git
synced 2024-11-23 11:49:46 +00:00
options: Do not select first entry when 'Select All' is used
This commit is contained in:
parent
66d78ca0e4
commit
64b52198a5
@ -50,7 +50,7 @@ namespace Popups {
|
||||
Windows::ResetCheckbox(data);
|
||||
|
||||
std::strcpy(data.checkbox_data.cwd, cfg.cwd);
|
||||
std::fill(data.checkbox_data.checked.begin(), data.checkbox_data.checked.end(), true);
|
||||
std::fill(data.checkbox_data.checked.begin() + 1, data.checkbox_data.checked.end(), true);
|
||||
data.checkbox_data.count = data.checkbox_data.checked.size();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user