mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
Update version of settings library (#1908)
This version handles symlinks properly Relevant for commands saving and settings saving
This commit is contained in:
parent
0814fca7d4
commit
9ae79e650d
|
@ -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
|
|
@ -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/
|
||||
|
|
Loading…
Reference in a new issue