comment out some stuff for macosx
This commit is contained in:
parent
a09cbd4dcd
commit
c88b609463
2 changed files with 5 additions and 0 deletions
|
@ -262,6 +262,9 @@ void GreaderAccountDetails::selectedServiceChanged() {
|
|||
case GreaderServiceRoot::Service::Miniflux:
|
||||
m_ui.m_cbNewAlgorithm->setChecked(true);
|
||||
break;
|
||||
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
||||
// Miniflux only works with "intelligent algorithm" because it does not
|
||||
|
|
|
@ -274,6 +274,7 @@ void FormMain::prepareMenus() {
|
|||
m_ui->m_actionFullscreen->setVisible(false);
|
||||
#endif
|
||||
|
||||
/*
|
||||
if (QSysInfo::currentCpuArchitecture().contains(QSL("arm"), Qt::CaseSensitivity::CaseInsensitive)) {
|
||||
qWarningNN << LOGSEC_GUI << "Disabling native menu bar.";
|
||||
m_ui->m_menuBar->setNativeMenuBar(false);
|
||||
|
@ -285,6 +286,7 @@ void FormMain::prepareMenus() {
|
|||
m_ui->m_menuBar->setCornerWidget(nullptr);
|
||||
#endif
|
||||
}
|
||||
*/
|
||||
}
|
||||
|
||||
void FormMain::switchFullscreenMode() {
|
||||
|
|
Loading…
Add table
Reference in a new issue