Contiguous selection and keyboard input for mod lists.
Tweak console to take up the sides. You can reorder mods from the keyboard.
This commit is contained in:
parent
524fbcdd3e
commit
b781231666
8 changed files with 256 additions and 43 deletions
|
@ -260,5 +260,7 @@ QString Mod::version() const
|
|||
return "Folder";
|
||||
case MOD_SINGLEFILE:
|
||||
return "File";
|
||||
default:
|
||||
return "VOID";
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue