Default price feed to off and hide bg image in chat for now
This commit is contained in:
@@ -242,7 +242,8 @@ void Settings::setCheckForUpdates(bool allow) {
|
||||
}
|
||||
|
||||
bool Settings::getAllowFetchPrices() {
|
||||
return QSettings().value("options/allowfetchprices", true).toBool();
|
||||
// now defaults to OFF, used to be ON
|
||||
return QSettings().value("options/allowfetchprices", false).toBool();
|
||||
}
|
||||
|
||||
void Settings::setAllowFetchPrices(bool allow) {
|
||||
|
||||
Reference in New Issue
Block a user