mondrianwifi: Disable the navigation bar

This commit is contained in:
nyyu 2022-08-20 09:10:02 +02:00
parent 3567a3dd44
commit 2bd14ebae0

View File

@ -259,4 +259,8 @@
The duplication is necessary, because this information is used before the features are The duplication is necessary, because this information is used before the features are
available to the system.--> available to the system.-->
<bool name="config_freeformWindowManagement">true</bool> <bool name="config_freeformWindowManagement">true</bool>
<!-- Whether a software navigation bar should be shown. NOTE: in the future this may be
autodetected from the Configuration. -->
<bool name="config_showNavigationBar">false</bool>
</resources> </resources>