From a3f16aa6f27ba941ea70139bc441cc03d6017cb4 Mon Sep 17 00:00:00 2001 From: Yuriy Date: Fri, 12 Jan 2024 22:25:59 -0500 Subject: [PATCH] changed back mewe always being unchecked by default --- Freedomain Social Media Poster.ahk | 2 +- Lib/Freedomain-Posters-Shared-Functions | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Freedomain Social Media Poster.ahk b/Freedomain Social Media Poster.ahk index a668f3f..8df8ce5 100644 --- a/Freedomain Social Media Poster.ahk +++ b/Freedomain Social Media Poster.ahk @@ -306,7 +306,7 @@ if(StrLen(ErrorLoggingDirectory) > 5 and !InStr(ErrorLoggingDirectory, ".exe")){ (Telegram != "")?(TelegramCheckStatus := 0) : (TelegramCheckStatus := 1) (Minds != "")?(MindsCheckStatus := 0) : (MindsCheckStatus := 1) (Gab != "")?(GabCheckStatus := 0) : (GabCheckStatus := 1) -(MeWe != "")?(MeWeCheckStatus := 0) : (MeWeCheckStatus := 0) ; UNCHECKED ALWAYS as of 2022/04/08 +(MeWe != "")?(MeWeCheckStatus := 0) : (MeWeCheckStatus := 1) (Gettr != "")?(GettrCheckStatus := 0) : (GettrCheckStatus := 0) (Steemit != "")?(SteemitCheckStatus := 0) : (SteemitCheckStatus := 1) (Locals != "")?(LocalsCheckStatus := 0) : (LocalsCheckStatus := 1) diff --git a/Lib/Freedomain-Posters-Shared-Functions b/Lib/Freedomain-Posters-Shared-Functions index f15d3ed..e32fe02 160000 --- a/Lib/Freedomain-Posters-Shared-Functions +++ b/Lib/Freedomain-Posters-Shared-Functions @@ -1 +1 @@ -Subproject commit f15d3ed2f0030f82aa8c3c412a6c998e82747148 +Subproject commit e32fe026e952738a1ebda7cf81c626d0528fa660