Skip to content

Commit

Permalink
Remove Load Save Settings from the 3-dot menu
Browse files Browse the repository at this point in the history
  • Loading branch information
Navid200 committed Sep 6, 2023
1 parent c53c844 commit b65786e
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions app/src/main/res/menu/menu_home.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,6 @@
android:orderInCategory="1"
android:onClick="exportCSVasSiDiary"
android:showAsAction="never"/>

<item android:id="@+id/importsettings"
android:title="@string/load_save_settings_on_sdcard"
android:checkable="false"
android:onClick="settingsSDcardExport"
android:visible="true"
android:orderInCategory="1"
android:showAsAction="never"/>
</menu>
</item>

Expand Down

0 comments on commit b65786e

Please sign in to comment.