mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-17 20:58:14 +00:00
fixed the bug that bothered you from changing more than once with VbT (#9602)
This commit is contained in:
parent
9c0d682e60
commit
d39ddcba26
@ -207,7 +207,7 @@ done:
|
||||
}
|
||||
if (mode == 'l' && !curtheme && !r_list_empty (files)) {
|
||||
//nextpal (core, mode);
|
||||
} else if (mode != 'j') {
|
||||
} else if (mode == 'n' || mode == 'p') {
|
||||
if (curtheme) {
|
||||
r_core_cmdf (core, "eco %s", curtheme);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user