From: Ian Jackson Date: Sun, 4 Feb 2024 19:53:18 +0000 (+0000) Subject: Reorder YourOptionsMenuContents X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=1c55b210eff27b2c32bf31f4305488b71206f67d;p=mastodonochrome.git Reorder YourOptionsMenuContents Now it's in the same order as the actual displayed menu. --- diff --git a/src/options.rs b/src/options.rs index 5d9faa9..7b26886 100644 --- a/src/options.rs +++ b/src/options.rs @@ -22,14 +22,13 @@ struct YourOptionsMenu { struct YourOptionsMenuContents { el_display_name: EditableMenuLine, // N cl_default_vis: CyclingMenuLine, - cl_default_sensitive: CyclingMenuLine, el_default_language: EditableMenuLine>, - + cl_default_sensitive: CyclingMenuLine, cl_locked: CyclingMenuLine, - cl_bot: CyclingMenuLine, - cl_discoverable: CyclingMenuLine, cl_hide_collections: CyclingMenuLine, + cl_discoverable: CyclingMenuLine, cl_indexable: CyclingMenuLine, + cl_bot: CyclingMenuLine, // fields (harder because potentially open-ended number of them) // note (bio) (harder because flip to an editor) }