Move settings into a separate JSON file.
This will unfortunately mean losing your commands, but they can be restored by converting the old commands.txt format into the commands.json file Fix #372
This commit is contained in:
@@ -163,7 +163,7 @@ void CompletionModel::refresh(const QString &prefix)
|
||||
}
|
||||
|
||||
// Commands
|
||||
for (auto &command : getApp()->commands->items.getVector())
|
||||
for (auto &command : getApp()->commands->items_.getVector())
|
||||
{
|
||||
addString(command.name, TaggedString::Command);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user