diff options
| author | Paul Oliver <contact@pauloliver.dev> | 2025-12-03 22:14:38 +0100 |
|---|---|---|
| committer | Paul Oliver <contact@pauloliver.dev> | 2025-12-08 06:45:59 +0100 |
| commit | 0fb1497a62332e0db45f94b4f195cb37183678cb (patch) | |
| tree | 0926e7c04415e69e7ad5c105f79eb4625ae9145f /ui/daemon | |
| parent | c7c5925d86fd3e36069ee3689b1c0a1f6df600f9 (diff) | |
Improve SQL handling & aggregate memory events (WIP)data_improvements
Diffstat (limited to 'ui/daemon')
| -rw-r--r-- | ui/daemon/ui_vars.py | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/ui/daemon/ui_vars.py b/ui/daemon/ui_vars.py index 9d0fc33..bb6be7c 100644 --- a/ui/daemon/ui_vars.py +++ b/ui/daemon/ui_vars.py @@ -1,2 +1,5 @@ -flags = [] -includes = ["signal.h", "stdio.h", "unistd.h"] +def gen_ui_vars(_): + return { + "flags": [], + "includes": ["signal.h", "stdio.h", "unistd.h"], + } |
