Unchecked Parler by default until site comes back online
This commit is contained in:
@@ -40,7 +40,7 @@ global UpdateVersionNumber
|
|||||||
|
|
||||||
|
|
||||||
ScriptName = Freedomain Social Media Poster
|
ScriptName = Freedomain Social Media Poster
|
||||||
ScriptVersion = 2.77
|
ScriptVersion = 2.78
|
||||||
FullScriptName := ScriptName . " " . ScriptVersion
|
FullScriptName := ScriptName . " " . ScriptVersion
|
||||||
|
|
||||||
;---ToDo---
|
;---ToDo---
|
||||||
@@ -310,7 +310,7 @@ if(StrLen(ErrorLoggingDirectory) > 5 and !InStr(ErrorLoggingDirectory, ".exe")){
|
|||||||
(ThinkSpot != "")?(ThinkSpotCheckStatus := 0) : (ThinkSpotCheckStatus := 1)
|
(ThinkSpot != "")?(ThinkSpotCheckStatus := 0) : (ThinkSpotCheckStatus := 1)
|
||||||
(Flote != "")?(FloteCheckStatus := 0) : (FloteCheckStatus := 1)
|
(Flote != "")?(FloteCheckStatus := 0) : (FloteCheckStatus := 1)
|
||||||
; (Pintrest != "")?(PintrestCheckStatus := 0) : (PintrestCheckStatus := 1)
|
; (Pintrest != "")?(PintrestCheckStatus := 0) : (PintrestCheckStatus := 1)
|
||||||
(Parler != "")?(ParlerCheckStatus := 0) : (ParlerCheckStatus := 1)
|
(Parler != "")?(ParlerCheckStatus := 0) : (ParlerCheckStatus := 0)
|
||||||
(PocketNet != "")?(PocketNetCheckStatus := 0) : (PocketNetCheckStatus := 1)
|
(PocketNet != "")?(PocketNetCheckStatus := 0) : (PocketNetCheckStatus := 1)
|
||||||
; (Tumblr != "")?(TumblrCheckStatus := 0) : (TumblrCheckStatus := 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
|
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
|
TemplatesGroupBoxWidth := 700
|
||||||
MarginSpace = 10
|
MarginSpace = 10
|
||||||
MarginSpaceDoubled := MarginSpace * 2
|
MarginSpaceDoubled := MarginSpace * 2
|
||||||
@@ -436,7 +436,7 @@ Gui, Add, Button, x+%MarginSpace% w%EditBoxThirdsWidth% h30 gLoadLastPost, Load
|
|||||||
if(UpdateAvailable)
|
if(UpdateAvailable)
|
||||||
Gui, Add, Button, x%MarginSpaceDoubled% y+%MarginSpace% w%EditBoxHalfWidths% h30 gUpdateScript vUpdateAvailable, Update Available: %UpdateVersionNumber%
|
Gui, Add, Button, x%MarginSpaceDoubled% y+%MarginSpace% w%EditBoxHalfWidths% h30 gUpdateScript vUpdateAvailable, Update Available: %UpdateVersionNumber%
|
||||||
else,
|
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
|
Gui, Add, Button,x+%MarginSpace% yp+0 w%EditBoxHalfWidths% h30 gCancelPost, Close Window
|
||||||
@@ -518,7 +518,7 @@ Gui, Font, Bold
|
|||||||
gui, Font, s12
|
gui, Font, s12
|
||||||
; : Gui, Add, Text, , My Text.
|
; : Gui, Add, Text, , My Text.
|
||||||
; Gui, Font, Color, Red
|
; 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
|
Gui, Add, Button, x%PlatformsGroupBoxXLocation% y+20 w300 h30 gSchedulePost, Schedule Post
|
||||||
|
|
||||||
@@ -681,9 +681,12 @@ ExitApp
|
|||||||
|
|
||||||
SchedulePost:
|
SchedulePost:
|
||||||
ScheduledPost := 1
|
ScheduledPost := 1
|
||||||
|
|
||||||
Gui, Submit
|
Gui, Submit
|
||||||
Gui, Destroy
|
Gui, Destroy
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Gui, Font, Normal
|
Gui, Font, Normal
|
||||||
Gui, Font, s20
|
Gui, Font, s20
|
||||||
Gui, Add, Text, Center w350 x%marginspace%,Time to Post At
|
Gui, Add, Text, Center w350 x%marginspace%,Time to Post At
|
||||||
|
|||||||
Reference in New Issue
Block a user