We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ba5bbe commit b49b452Copy full SHA for b49b452
client_server/DocumentThread.cc
@@ -203,6 +203,8 @@ DocumentThread::Prefs::Prefs(bool use_defaults)
203
if (f)
204
f >> data;
205
else {
206
+ data = nlohmann::json::object();
207
+
208
// Backwards compatibility, check to see if cadabra.conf exists
209
// and if so take the is_registered variable from there
210
std::ifstream old_f(std::string(Glib::get_user_config_dir()) + "/cadabra.conf");
0 commit comments