From 950886d14eafae14ff789c285c9319222ed3b449 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sun, 23 Nov 2014 14:16:43 +0100 Subject: force options flush to file when saving --- opentrack/options.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'opentrack') diff --git a/opentrack/options.hpp b/opentrack/options.hpp index daef7b1c..aba1b9df 100644 --- a/opentrack/options.hpp +++ b/opentrack/options.hpp @@ -107,6 +107,7 @@ namespace options { s.setValue(k, i.second); } s.endGroup(); + s.sync(); } template -- cgit v1.2.3