mirror of
https://github.com/MatsuriDayo/nekoray.git
synced 2025-12-18 04:54:38 +03:00
chore: re-format code
This commit is contained in:
@@ -15,8 +15,8 @@ namespace NekoRay {
|
||||
|
||||
struct GroupSortAction {
|
||||
GroupSortMethod::GroupSortMethod method = GroupSortMethod::Raw;
|
||||
bool save_sort = false; //保存到文件
|
||||
bool save_sort = false; //保存到文件
|
||||
bool descending = false; //默认升序,开这个就是降序
|
||||
bool scroll_to_started = false;
|
||||
};
|
||||
}
|
||||
} // namespace NekoRay
|
||||
|
||||
Reference in New Issue
Block a user