From 10c8763e0957666e96a1eb4b19b7a340514ad7ce Mon Sep 17 00:00:00 2001 From: yggverse Date: Sat, 5 Oct 2024 16:06:44 +0300 Subject: [PATCH] update readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e5e796b9..126e1e3f 100644 --- a/README.md +++ b/README.md @@ -67,6 +67,7 @@ Guide and protocol draft #### GTK * Operate with [action objects](https://docs.gtk.org/gio/class.SimpleAction.html) instead of names like `win.action`. This allows to follow encapsulation, by the our goal, module must know nothing about parent presets. For example, define some action in parent, then delegate object created as construction argument +* Started refactor to separate widgets implementation to separated mods, because widgets may contain own tables in database and require additional mods dependencies _todo_ ### Contribution