mirror of
https://github.com/MatsuriDayo/nekoray.git
synced 2025-12-17 20:44:38 +03:00
feat: custom config suffix
This commit is contained in:
@@ -7,14 +7,14 @@ namespace NekoRay::fmt {
|
||||
public:
|
||||
QString core;
|
||||
QList<QString> command;
|
||||
// QString config_map; // map: fn to text
|
||||
QString config_suffix;
|
||||
QString config_simple;
|
||||
|
||||
CustomBean() : AbstractBean(0) {
|
||||
_add(new configItem("core", &core, itemType::string));
|
||||
_add(new configItem("cmd", &command, itemType::stringList));
|
||||
// _add(new configItem("cm", &config_map, itemType::string));
|
||||
_add(new configItem("cs", &config_simple, itemType::string));
|
||||
_add(new configItem("cs_suffix", &config_suffix, itemType::string));
|
||||
};
|
||||
|
||||
QString DisplayType() override {
|
||||
|
||||
Reference in New Issue
Block a user