From 2999fff88eef0cad39dbbc0054bdf8af9a92215e Mon Sep 17 00:00:00 2001 From: Benny Baumann Date: Sun, 29 May 2022 23:03:56 +0200 Subject: Refactor code for rendering command line cache Fixes #1008 --- Settings.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Settings.c') diff --git a/Settings.c b/Settings.c index a6303741..7d6fca47 100644 --- a/Settings.c +++ b/Settings.c @@ -762,6 +762,8 @@ Settings* Settings_new(unsigned int initialCpuCount, Hashtable* dynamicColumns) this->ssIndex = 0; this->ss = this->screens[this->ssIndex]; + this->lastUpdate = 1; + return this; } -- cgit v1.2.3