Order of accounts in list (manually via accounts.toml)

AFAIK this is already in the core:

but UI is still not there.
Can someone give an example, how this accounts_order: Vec<u32> field should look in accounts.toml, so I can edit the file manually and set the order of accounts?
Something like this?

[[accounts]]
id = 1
dir = "f16d537c-4fde-4f5e-b600-763685011ec3"
uuid = "f16d537c-4fde-4f5e-b600-763685011ec3"
accounts_order = 2

[[accounts]]
id = 2
dir = "25e52fb2-f46b-4206-8fd1-bdab9693c2f3"
uuid = "25e52fb2-f46b-4206-8fd1-bdab9693c2f3"
accounts_order = 1
1 Like

Add accounts_order = [2, 1] as the first line of the file.

3 Likes

ftr, Android and iOS have options to change the order of profiles.

for that, long-tap a profile in the profile switcher eg, on iOS:

2 Likes