From 937052b231259a47d881d539ad5748245ef55b99 Mon Sep 17 00:00:00 2001 From: Daniel Lange Date: Fri, 3 Jun 2022 08:55:20 +0200 Subject: New upstream version 3.2.1 --- Settings.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Settings.c') diff --git a/Settings.c b/Settings.c index a630374..7d6fca4 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