From 79ea5162afc842e89cf581f5686fe5b41f873fd1 Mon Sep 17 00:00:00 2001 From: APTX Date: Sat, 2 Jun 2012 17:20:07 +0200 Subject: [PATCH] For now, make MyList save local settings right after reading. This will generate a default config in the right place. --- localmylist/mylist.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/localmylist/mylist.cpp b/localmylist/mylist.cpp index ff1576b..c54c391 100644 --- a/localmylist/mylist.cpp +++ b/localmylist/mylist.cpp @@ -20,6 +20,7 @@ MyList::MyList() { init(); loadLocalSettings(); + saveLocalSettings(); m_requestHandler = 0; -- 2.52.0