Update version of settings library (#1908)
This version handles symlinks properly Relevant for commands saving and settings saving
This commit is contained in:
@@ -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
Submodule lib/settings updated: a5040463c0...6de3a27784
+2
-1
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user