mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-10-31 14:27:57 +01:00 
			
		
		
		
	Move library display settings out of filter sidebar
This commit is contained in:
		| @@ -22,6 +22,27 @@ | ||||
|         android:title="@string/action_update_library" | ||||
|         app:showAsAction="ifRoom" /> | ||||
|  | ||||
|     <item | ||||
|         android:title="@string/action_display" | ||||
|         app:showAsAction="never"> | ||||
|         <menu> | ||||
|             <group | ||||
|                 android:checkableBehavior="single"> | ||||
|                 <item | ||||
|                     android:id="@+id/action_display_grid" | ||||
|                     android:title="@string/action_display_grid" /> | ||||
|                 <item | ||||
|                     android:id="@+id/action_display_list" | ||||
|                     android:title="@string/action_display_list" /> | ||||
|             </group> | ||||
|  | ||||
|             <item | ||||
|                 android:id="@+id/action_display_download_badge" | ||||
|                 android:checkable="true" | ||||
|                 android:title="@string/action_display_download_badge" /> | ||||
|         </menu> | ||||
|     </item> | ||||
|  | ||||
|     <item | ||||
|         android:id="@+id/action_source_migration" | ||||
|         android:title="@string/label_migration" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user