mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-30 17:16:46 +00:00
Move Settings::Main class to anonymous namespace
- Move Main class definition from header to .cpp file - Export only Type MainId() from header - Update all external references from Main::Id() to MainId() - Remove Builder::MainSection export from namespace - Add missing includes for settings_common_session.h where needed Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -1460,7 +1460,7 @@ void SessionNavigation::showSettings(
|
||||
}
|
||||
|
||||
void SessionNavigation::showSettings(const SectionShow ¶ms) {
|
||||
showSettings(Settings::Main::Id(), params);
|
||||
showSettings(Settings::MainId(), params);
|
||||
}
|
||||
|
||||
void SessionNavigation::showPollResults(
|
||||
|
||||
Reference in New Issue
Block a user