mirror of
https://github.com/martinrotter/rssguard.git
synced 2025-01-08 14:21:29 +01:00
Possible f i x for #370.
This commit is contained in:
parent
3469e457ca
commit
581b7c08a0
@ -30,7 +30,7 @@
|
||||
<url type="donation">https://martinrotter.github.io/donate/</url>
|
||||
<content_rating type="oars-1.1" />
|
||||
<releases>
|
||||
<release version="3.9.0" date="2021-02-26"/>
|
||||
<release version="3.9.0" date="2021-03-01"/>
|
||||
</releases>
|
||||
<content_rating type="oars-1.0">
|
||||
<content_attribute id="violence-cartoon">none</content_attribute>
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 9c10723bfbaf6cb85107d6ee16e0324e9e487749
|
||||
Subproject commit 47f4125753452eff8800dbd6600c5a05540b15d9
|
@ -231,6 +231,11 @@ void FormMain::prepareMenus() {
|
||||
m_ui->m_actionSwitchMainMenu->setVisible(false);
|
||||
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);
|
||||
}
|
||||
}
|
||||
|
||||
void FormMain::switchFullscreenMode() {
|
||||
|
Loading…
Reference in New Issue
Block a user