Changed order of navigation targets
This commit is contained in:
parent
7a37e024e2
commit
22d9a55529
@ -8,8 +8,8 @@ public readonly record struct NavigationTarget(string Text, string Route, string
|
||||
|
||||
public static IEnumerable<NavigationTarget> GetAll()
|
||||
{
|
||||
yield return SETTINGS;
|
||||
yield return LOAD_PROJECT;
|
||||
yield return SETTINGS;
|
||||
yield return TRANSLATION;
|
||||
}
|
||||
};
|
Loading…
Reference in New Issue
Block a user