Hide rating widget in toolbar by default
This commit is contained in:
committed by
craig.p.drummond
parent
50a3981b03
commit
807b50466e
@@ -849,7 +849,7 @@ bool Settings::showStopButton()
|
||||
|
||||
bool Settings::showRatingWidget()
|
||||
{
|
||||
return cfg.get("showRatingWidget", true);
|
||||
return cfg.get("showRatingWidget", false);
|
||||
}
|
||||
|
||||
void Settings::removeConnectionDetails(const QString &v)
|
||||
|
||||
Reference in New Issue
Block a user