From 2d8f56cb68d0460285fe378f3c851f652ad96f9e Mon Sep 17 00:00:00 2001 From: yuriy Date: Sun, 16 Apr 2023 23:20:28 -0400 Subject: [PATCH] Unchecked Parler by default until site comes back online --- Freedomain Social Media Poster.ahk | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/Freedomain Social Media Poster.ahk b/Freedomain Social Media Poster.ahk index 5235fed..4f85d3d 100644 --- a/Freedomain Social Media Poster.ahk +++ b/Freedomain Social Media Poster.ahk @@ -40,7 +40,7 @@ global UpdateVersionNumber ScriptName = Freedomain Social Media Poster -ScriptVersion = 2.77 +ScriptVersion = 2.78 FullScriptName := ScriptName . " " . ScriptVersion ;---ToDo--- @@ -310,7 +310,7 @@ if(StrLen(ErrorLoggingDirectory) > 5 and !InStr(ErrorLoggingDirectory, ".exe")){ (ThinkSpot != "")?(ThinkSpotCheckStatus := 0) : (ThinkSpotCheckStatus := 1) (Flote != "")?(FloteCheckStatus := 0) : (FloteCheckStatus := 1) ; (Pintrest != "")?(PintrestCheckStatus := 0) : (PintrestCheckStatus := 1) -(Parler != "")?(ParlerCheckStatus := 0) : (ParlerCheckStatus := 1) +(Parler != "")?(ParlerCheckStatus := 0) : (ParlerCheckStatus := 0) (PocketNet != "")?(PocketNetCheckStatus := 0) : (PocketNetCheckStatus := 1) ; (Tumblr != "")?(TumblrCheckStatus := 0) : (TumblrCheckStatus := 1) @@ -350,7 +350,7 @@ if(AutoUpdateCheck AND !SkipUpdateCheckThisRun){ ;------------------------------------------------ TooltipXPosition := Round((A_ScreenWidth / 2) - (A_ScreenWidth / 10)) ; Center Tooltip on the screen and a bit to the left -GuiWidth := 950 +GuiWidth := 1366 TemplatesGroupBoxWidth := 700 MarginSpace = 10 MarginSpaceDoubled := MarginSpace * 2 @@ -436,7 +436,7 @@ Gui, Add, Button, x+%MarginSpace% w%EditBoxThirdsWidth% h30 gLoadLastPost, Load if(UpdateAvailable) Gui, Add, Button, x%MarginSpaceDoubled% y+%MarginSpace% w%EditBoxHalfWidths% h30 gUpdateScript vUpdateAvailable, Update Available: %UpdateVersionNumber% else, -Gui, Add, Button, x%MarginSpaceDoubled% y+%MarginSpace% w%EditBoxHalfWidths% h30 gUpdateScript vUpdateAvailable, Program is Up-to-Date +Gui, Add, Button, x%MarginSpaceDoubled% y+%MarginSpace% w%EditBoxHalfWidths% h30 gUpdateScript vUpdateAvailable, Up-to-Date Gui, Add, Button,x+%MarginSpace% yp+0 w%EditBoxHalfWidths% h30 gCancelPost, Close Window @@ -518,7 +518,7 @@ Gui, Font, Bold gui, Font, s12 ; : Gui, Add, Text, , My Text. ; Gui, Font, Color, Red -Gui, Add, Button, x%PlatformsGroupBoxXLocation% y+65 w300 h50 gPostPost, Post! +Gui, Add, Button, x%PlatformsGroupBoxXLocation% y+65 w300 h50 gPostPost, Publish Gui, Add, Button, x%PlatformsGroupBoxXLocation% y+20 w300 h30 gSchedulePost, Schedule Post @@ -681,9 +681,12 @@ ExitApp SchedulePost: ScheduledPost := 1 + Gui, Submit Gui, Destroy + + Gui, Font, Normal Gui, Font, s20 Gui, Add, Text, Center w350 x%marginspace%,Time to Post At