Place context view in toolbar by default - as per previous releases.
This commit is contained in:
committed by
Craig Drummond
parent
27fb7fd8c2
commit
e144adb246
@@ -447,7 +447,7 @@ QString Settings::page()
|
||||
|
||||
QStringList Settings::hiddenPages()
|
||||
{
|
||||
QStringList config=cfg.get("hiddenPages", QStringList() << "PlayQueuePage" << "FolderPage"); // << "SearchPage" << "ContextPage");
|
||||
QStringList config=cfg.get("hiddenPages", QStringList() << "PlayQueuePage" << "FolderPage" << "ContextPage"); // << "SearchPage");
|
||||
// If splitter auto-hide is enabled, then playqueue cannot be in sidebar!
|
||||
if (splitterAutoHide() && !config.contains("PlayQueuePage")) {
|
||||
config << "PlayQueuePage";
|
||||
|
||||
Reference in New Issue
Block a user