mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-25 15:04:57 +00:00
6bda4dd0d8
- Move LocalPasscodeManage class into anonymous namespace - Remove Builder::LocalPasscodeManageSection export from header - Use inline buildMethod for setupContent() - Keep Create/Check/Change enter-type sections as-is (form-based) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
19 lines
427 B
C++
19 lines
427 B
C++
/*
|
|
This file is part of Telegram Desktop,
|
|
the official desktop application for the Telegram messaging service.
|
|
|
|
For license and copyright information please follow this link:
|
|
https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
|
|
*/
|
|
#pragma once
|
|
|
|
#include "settings/settings_type.h"
|
|
|
|
namespace Settings {
|
|
|
|
Type LocalPasscodeCreateId();
|
|
Type LocalPasscodeCheckId();
|
|
Type LocalPasscodeManageId();
|
|
|
|
} // namespace Settings
|