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
3 changed files with 4 additions and 2 deletions
+1
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
+2 -1
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/