mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-19 01:37:25 -04:00
Replace Qt.labs.settings with MoneroSettings to allow for more customization
This commit is contained in:
@@ -69,7 +69,8 @@ HEADERS += \
|
||||
src/qt/KeysFiles.h \
|
||||
src/qt/utils.h \
|
||||
src/qt/prices.h \
|
||||
src/qt/macoshelper.h
|
||||
src/qt/macoshelper.h \
|
||||
src/qt/MoneroSettings.h
|
||||
|
||||
SOURCES += main.cpp \
|
||||
filter.cpp \
|
||||
@@ -103,7 +104,8 @@ SOURCES += main.cpp \
|
||||
src/qt/mime.cpp \
|
||||
src/qt/KeysFiles.cpp \
|
||||
src/qt/utils.cpp \
|
||||
src/qt/prices.cpp
|
||||
src/qt/prices.cpp \
|
||||
src/qt/MoneroSettings.cpp
|
||||
|
||||
CONFIG(DISABLE_PASS_STRENGTH_METER) {
|
||||
HEADERS -= src/zxcvbn-c/zxcvbn.h
|
||||
|
||||
Reference in New Issue
Block a user