Skip to content

Commit ab1e370

Browse files
committed
初期状態でレベル降順ソートに
1 parent 3ef23c9 commit ab1e370

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Grabacr07.KanColleViewer/ViewModels/Catalogs/ShipCatalogSortWorker.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@ public SortableColumnSelector[] Selectors
7575
public ShipCatalogSortWorker()
7676
{
7777
this.UpdateSelectors();
78+
79+
this.SetFirst(LevelColumn);
7880
}
7981

8082
public IEnumerable<Ship> Sort(IEnumerable<Ship> ships)

0 commit comments

Comments
 (0)