mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-08-04 19:03:42 +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