diff --git a/Freedomain Video Uploader.ahk b/Freedomain Video Uploader.ahk index 26941e6..7cb9ecc 100644 --- a/Freedomain Video Uploader.ahk +++ b/Freedomain Video Uploader.ahk @@ -46,6 +46,7 @@ UStartTime := A_TickCount ; start time #include %A_ScriptDir%\Lib\Freedomain-Posters-Shared-Functions\StdOutToVar.ahk #include %A_ScriptDir%\Lib\Freedomain-Posters-Shared-Functions\Zip.ahk #include %A_ScriptDir%\Lib\Freedomain-Posters-Shared-Functions\URLDownloadToVar.ahk +#Include %A_ScriptDir%\Modules\Miscellaneous-Functions.ahk ; Misc functions for video uploading specifically ;---Global Variables--- @@ -80,7 +81,6 @@ global ErrorLoggingFilePath global ErrorLogVar ErrorLogVar := -global ReuseTabs ; reuse tabs variable global DevMode global LBRYNetFilepath @@ -140,7 +140,6 @@ IniRead, MouseClicksSaved, %SettingsIniFilepath%, General, MouseClicksSaved, 0 IniRead, ShowTooltipProgress, %SettingsIniFilepath%, General, ShowTooltipProgress, 1 (ShowTooltipProgress)?(ShowTooltipProgressCheckStatus := 1) : (ShowTooltipProgressCheckStatus := 0) -ReuseTabs := 1 ; ReuseTabs is permanantly on. There is never a time where you want to create new tabs for every website IniRead, AutoUpdateCheck, %SettingsIniFilepath%, General, AutoUpdateCheck, 1 (AutoUpdateCheck)?(AutoUpdateCheckCheckStatus := 1) : (AutoUpdateCheckCheckStatus := 0) @@ -743,7 +742,6 @@ if(VideoDescription != OriginalVideoDescription){ ; -------------------------------/Save Video Info------------------------------- ; Save settings to config file -IniWrite, %ReuseTabs%, %SettingsIniFilepath%, General, ReuseTabs IniWrite, %ShowTooltipProgress%, %SettingsIniFilepath%, General, ShowTooltipProgress IniWrite, %AutoUpdateCheck%, %SettingsIniFilepath%, General, AutoUpdateCheck IniWrite, %AutoLogin%, %SettingsIniFilepath%, General, AutoLogin @@ -1206,6 +1204,3 @@ Return ;------------------------------------------------ #Include %A_ScriptDir%\Modules\Podcast-Upload.ahk -; Miscellaneous-Functions -;------------------------------------------------ -#Include %A_ScriptDir%\Modules\Miscellaneous-Functions.ahk diff --git a/Lib/Freedomain-Posters-Shared-Functions b/Lib/Freedomain-Posters-Shared-Functions index 88b4b2c..f625e78 160000 --- a/Lib/Freedomain-Posters-Shared-Functions +++ b/Lib/Freedomain-Posters-Shared-Functions @@ -1 +1 @@ -Subproject commit 88b4b2c11996f8a8713a8bdd130e94a35880c224 +Subproject commit f625e782ebe7a837c4ab77b8f6b6569ca1c5edb1