chore: re-format code

This commit is contained in:
arm64v8a
2022-11-18 14:20:30 +09:00
parent deab99af73
commit 62c236f0d5
97 changed files with 1129 additions and 1331 deletions

View File

@@ -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