Fix Windows channel tree ordering
Build and test / test (macos-latest) (push) Canceled after 0s
Build and test / test (ubuntu-24.04) (push) Canceled after 0s
Build and test / test (windows-latest) (push) Canceled after 0s
Build and test / apple-client (push) Canceled after 0s

This commit is contained in:
2026-09-21 19:47:14 +02:00
parent 4aa0aa4fbd
commit 8471eac363
7 changed files with 66 additions and 16 deletions
+2 -2
View File
@@ -8,7 +8,7 @@ public sealed record ChannelInfo(
string Topic,
bool PasswordProtected,
uint MaxUsers,
uint SortOrder,
int SortOrder,
AudioConfigInfo Audio);
public sealed record ChannelEditInfo(
@@ -19,7 +19,7 @@ public sealed record ChannelEditInfo(
bool PasswordProtected,
string? Password,
uint MaxUsers,
uint SortOrder,
int SortOrder,
AudioConfigInfo Audio);
public sealed record UserInfo(