Added online filter like visible, seperated them for now. need to refactor.

This commit is contained in:
cake
2025-12-21 02:50:03 +01:00
parent 7b74fa7c4e
commit 1c4c73327f
5 changed files with 92 additions and 16 deletions

View File

@@ -0,0 +1,7 @@
namespace LightlessSync.UI.Models;
public enum OnlinePairSortMode
{
Alphabetical = 0,
PreferredDirectPairs = 1,
}