From 85a58f61ed0dd0b40a612d25ce966255c57efe3a Mon Sep 17 00:00:00 2001 From: Paul Oliver Date: Fri, 31 Jul 2026 04:04:37 +0200 Subject: Adds curses UI --- ui/daemon/links.json | 1 - ui/daemon/opts.json | 5 +++++ 2 files changed, 5 insertions(+), 1 deletion(-) delete mode 100644 ui/daemon/links.json create mode 100644 ui/daemon/opts.json (limited to 'ui/daemon') diff --git a/ui/daemon/links.json b/ui/daemon/links.json deleted file mode 100644 index fe51488..0000000 --- a/ui/daemon/links.json +++ /dev/null @@ -1 +0,0 @@ -[] diff --git a/ui/daemon/opts.json b/ui/daemon/opts.json new file mode 100644 index 0000000..314852f --- /dev/null +++ b/ui/daemon/opts.json @@ -0,0 +1,5 @@ +{ + "flags": [], + "defines": ["-DSALIS_LOG_TIME"], + "links": [] +} -- cgit v1.2.1