Edit rules

This commit is contained in:
Joey Yakimowich-Payne 2026-01-30 16:25:07 -07:00
commit 7d4804a7f8
4 changed files with 74 additions and 5 deletions

View file

@ -76,7 +76,9 @@ private:
void rebuildRulesList();
void showAddRuleDialog(const std::string &prefillApp = {},
const std::string &prefillBin = {},
const std::string &prefillRole = {});
const std::string &prefillRole = {},
const std::string &prefillTarget = {},
warppipe::RuleId editRuleId = {});
struct PendingPasteLink {
std::string outNodeName;