💄 Updated uploading notification to match current config

This commit is contained in:
TheColorman 2023-06-18 15:32:31 +02:00
parent 97071e5683
commit 0d116038a6
No known key found for this signature in database
GPG key ID: A9C799E05AC900AF

View file

@ -453,7 +453,7 @@ function main_menu:upload_litterbox()
encoder.create_clip('video',
function(outfile)
notify("Uploading to litterbox.catbox.moe...", "info", 9999)
notify("Uploading to " .. (config.litterbox and "litterbox.catbox.moe..." or "catbox.moe..."), "info", 9999)
if os_type == 'windows' then
-- This uses cURL to send a request to the cat-/litterbox API.