fix: make it build

This commit is contained in:
AlexeyZavar
2025-12-30 16:06:41 +03:00
parent cb24e7d085
commit 672ca18dde
50 changed files with 194 additions and 198 deletions
+5 -5
View File
@@ -68,7 +68,7 @@ void initialize() {
[=](bool val)
{
return (val != settings->sendReadMessages);
}) | start_with_next(
}) | on_next(
[=](bool val)
{
ghostModeEnabled =
@@ -80,7 +80,7 @@ void initialize() {
[=](bool val)
{
return (val != settings->sendReadStories);
}) | start_with_next(
}) | on_next(
[=](bool val)
{
ghostModeEnabled =
@@ -92,7 +92,7 @@ void initialize() {
[=](bool val)
{
return (val != settings->sendOnlinePackets);
}) | start_with_next(
}) | on_next(
[=](bool val)
{
ghostModeEnabled =
@@ -105,7 +105,7 @@ void initialize() {
[=](bool val)
{
return (val != settings->sendUploadProgress);
}) | start_with_next(
}) | on_next(
[=](bool val)
{
ghostModeEnabled =
@@ -119,7 +119,7 @@ void initialize() {
{
return (val
!= settings->sendOfflinePacketAfterOnline);
}) | start_with_next(
}) | on_next(
[=](bool val)
{
ghostModeEnabled =