mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-08-04 11:00:46 +00:00
Upgrade settings_folders to full builder pattern
- Move Folders class to anonymous namespace in .cpp - Export only Type FoldersId() from header - setupContent() uses custom SectionBuildMethod capturing state - Widget creation through builder.add() callbacks - Highlight registration via push_back Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -161,7 +161,7 @@ auto GenerateCodes() {
|
||||
});
|
||||
codes.emplace(u"folders"_q, [](SessionController *window) {
|
||||
if (window) {
|
||||
window->showSettings(Settings::Folders::Id());
|
||||
window->showSettings(Settings::FoldersId());
|
||||
}
|
||||
});
|
||||
codes.emplace(u"registertg"_q, [](SessionController *window) {
|
||||
|
||||
Reference in New Issue
Block a user