mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 22:46:10 +00:00
Add a box for new theme creating.
This commit is contained in:
@@ -94,9 +94,6 @@ auto GenerateCodes() {
|
||||
}
|
||||
});
|
||||
});
|
||||
codes.emplace(qsl("edittheme"), [](::Main::Session *session) {
|
||||
Window::Theme::Editor::Start();
|
||||
});
|
||||
codes.emplace(qsl("videoplayer"), [](::Main::Session *session) {
|
||||
auto text = cUseExternalVideoPlayer() ? qsl("Use internal video player?") : qsl("Use external video player?");
|
||||
Ui::show(Box<ConfirmBox>(text, [] {
|
||||
|
Reference in New Issue
Block a user