format code

This commit is contained in:
arm64v8a
2023-05-06 18:00:48 +09:00
parent f53d0aba47
commit 289b67b67b
4 changed files with 5 additions and 6 deletions

View File

@@ -96,7 +96,7 @@ namespace NekoRay::traffic {
}
continue;
} else {
//开始
// 开始
if (!looping) {
looping = true;
}

View File

@@ -15,8 +15,8 @@ namespace NekoRay {
struct GroupSortAction {
GroupSortMethod::GroupSortMethod method = GroupSortMethod::Raw;
bool save_sort = false; //保存到文件
bool descending = false; //默认升序,开这个就是降序
bool save_sort = false; // 保存到文件
bool descending = false; // 默认升序,开这个就是降序
bool scroll_to_started = false;
};
} // namespace NekoRay

View File

@@ -25,7 +25,6 @@ public slots:
void accept() override;
void on_troubleshooting_clicked();
};
#endif // NEKORAY_DIALOG_VPN_SETTINGS_H