paterns_menu: load patern from the selected file

This commit is contained in:
2026-01-14 12:58:44 +01:00
parent 3d89ec74c9
commit 546d9f24b5
2 changed files with 49 additions and 23 deletions

View File

@@ -25,7 +25,7 @@ public:
void display();
void refresh();
private:
void loadPatern(std::string &path);
bool loadPatern(std::string &path);
bool is_open_ = false;
std::shared_ptr<ctx> context_ = nullptr;
std::map<std::string,std::string> paterns_paths_list_;