mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 14:17:12 +02:00
fix: update submodules
fix: make it compile
This commit is contained in:
parent
8ee9054831
commit
17a3a96464
8 changed files with 16 additions and 10 deletions
|
@ -510,11 +510,17 @@ void History::destroyMessage(not_null<HistoryItem*> item) {
|
|||
flags |= MessageFlag::Post;
|
||||
}
|
||||
|
||||
FullReplyTo replyTo = {
|
||||
.msgId = item->id,
|
||||
.topicRootId = item->topicRootId(),
|
||||
.storyId = {}
|
||||
};
|
||||
|
||||
addNewLocalMessage(
|
||||
session().data().nextLocalMessageId(),
|
||||
flags,
|
||||
UserId(),
|
||||
item->id,
|
||||
replyTo,
|
||||
base::unixtime::now(),
|
||||
item->author()->id,
|
||||
"AyuGram"_q,
|
||||
|
|
|
@ -802,7 +802,7 @@ void MainMenu::setupMenu() {
|
|||
});
|
||||
addAction(
|
||||
rpl::single(QString("LRead Messages")),
|
||||
{&st::settingsIconForward, kIconPurple}
|
||||
{ &st::menuIconMarkRead }
|
||||
)->setClickedCallback([=]
|
||||
{
|
||||
auto settings = &AyuSettings::getInstance();
|
||||
|
@ -816,7 +816,7 @@ void MainMenu::setupMenu() {
|
|||
});
|
||||
addAction(
|
||||
rpl::single(QString("SRead Messages")),
|
||||
{&st::settingsIconForward, kIconPurple}
|
||||
{ &st::menuIconMarkRead }
|
||||
)->setClickedCallback([=]
|
||||
{
|
||||
auto box = Box<AyuUi::ConfirmationBox>(controller);
|
||||
|
@ -888,7 +888,7 @@ void MainMenu::setupMenu() {
|
|||
{
|
||||
_ghostModeToggle = addAction(
|
||||
tr::ayu_DrawerGhostModeToggle(),
|
||||
{&st::ayuGhostIcon, kIconPurple}
|
||||
{ &st::menuIconSilent } // todo: fix `ayuGhostIcon`
|
||||
)->toggleOn(AyuSettings::get_ghostModeEnabledReactive());
|
||||
|
||||
_ghostModeToggle->toggledChanges(
|
||||
|
|
2
Telegram/ThirdParty/GSL
vendored
2
Telegram/ThirdParty/GSL
vendored
|
@ -1 +1 @@
|
|||
Subproject commit a3534567187d2edc428efd3f13466ff75fe5805c
|
||||
Subproject commit 09938e870420b69a01f55c755207c871bc20b4e5
|
2
Telegram/ThirdParty/tgcalls
vendored
2
Telegram/ThirdParty/tgcalls
vendored
|
@ -1 +1 @@
|
|||
Subproject commit 2e2797648aac2588e7fe479c2e8b4455ec65c5e6
|
||||
Subproject commit 258cf9b352ee2afde7e08e431f5887cd13119931
|
|
@ -1 +1 @@
|
|||
Subproject commit 9aaee890765618e9d9ea52fba0a03ab4baa7dfda
|
||||
Subproject commit 2669a04579069942b6208a18abe93c26adfddf2a
|
|
@ -1 +1 @@
|
|||
Subproject commit 435b884b8bc05457b2d9b46a84c05d44f10dace9
|
||||
Subproject commit 9f91b83c4c85b476a83f5da5e2b7986c68f410cf
|
|
@ -1 +1 @@
|
|||
Subproject commit 5c3e82bfe71627ddeffee6ec44a7215bfb52e38e
|
||||
Subproject commit ebb8b8b91fe357b2c397a3eb98655c585b8c856e
|
2
cmake
2
cmake
|
@ -1 +1 @@
|
|||
Subproject commit f20e647e297b6dd006e77f288465e6a1cdab10e9
|
||||
Subproject commit 0620bb7b87a0ec9195151fd5eb0cf38656c1280b
|
Loading…
Add table
Reference in a new issue