Skip to content

feat: preserve the last selected account between runs #7512

feat: preserve the last selected account between runs

feat: preserve the last selected account between runs #7512

Re-run triggered November 24, 2025 12:37
Status Success
Total duration 31s
Artifacts

clang-format.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 errors, 7 warnings, and 1 notice
src/libsync/configfile.cpp:89:22 [readability-static-definition-in-anonymous-namespace]: src/libsync/configfile.cpp#L89
'deleteFilesThresholdDefaultValue' is a static definition in anonymous namespace; static is redundant here
src/libsync/configfile.cpp:87:23 [readability-static-definition-in-anonymous-namespace]: src/libsync/configfile.cpp#L87
'lastSelectedAccountC' is a static definition in anonymous namespace; static is redundant here
src/libsync/configfile.cpp:87:18 [cppcoreguidelines-avoid-c-arrays]: src/libsync/configfile.cpp#L87
do not declare C-style arrays, use std::array<> instead
src/gui/tray/usermodel.cpp:1374:20 [cppcoreguidelines-init-variables]: src/gui/tray/usermodel.cpp#L1374
variable 'lastSelectedAccountId' is not initialized
Run clang-format on src/gui/tray/usermodel.cpp: src/gui/tray/usermodel.cpp#L0
File src/gui/tray/usermodel.cpp does not conform to Custom style guidelines. (lines 1343, 1372, 1376)