Skip to content

Commit

Permalink
comment out some stuff for macosx
Browse files Browse the repository at this point in the history
  • Loading branch information
martinrotter committed Jan 20, 2025
1 parent a09cbd4 commit c88b609
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/librssguard-greader/src/gui/greaderaccountdetails.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions src/librssguard/gui/dialogs/formmain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand All @@ -285,6 +286,7 @@ void FormMain::prepareMenus() {
m_ui->m_menuBar->setCornerWidget(nullptr);
#endif
}
*/
}

void FormMain::switchFullscreenMode() {
Expand Down

0 comments on commit c88b609

Please sign in to comment.