Update version of settings library (#1908)

This version handles symlinks properly

Relevant for commands saving and settings saving
This commit is contained in:
pajlada 2020-08-30 09:31:47 -04:00 committed by GitHub
parent 0814fca7d4
commit 9ae79e650d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 2 deletions

View file

@ -5,6 +5,7 @@
- Minor: Disable checking for updates on unsupported platforms (#1874)
- Bugfix: Fix bug preventing users from setting the highlight color of the second entry in the "User" highlights tab (#1898)
- Bugfix: /usercard command will now respect the "Automatically close user popup" setting (#1918)
- Bugfix: Handle symlinks properly when saving commands & settings (#1856, #1908)
## 2.2.0

@ -1 +1 @@
Subproject commit a5040463c01e6b0e562eab82e0decb29cab9b450
Subproject commit 6de3a27784745959ab261df219880cddc9263ff9

View file

@ -3,6 +3,7 @@ DEFINES += PAJLADA_SETTINGS_BOOST_FILESYSTEM
SOURCES += \
$$PWD/settings/src/settings/settingdata.cpp \
$$PWD/settings/src/settings/settingmanager.cpp
$$PWD/settings/src/settings/settingmanager.cpp \
$$PWD/settings/src/settings/detail/realpath.cpp
INCLUDEPATH += $$PWD/settings/include/