Skip to content

Commit

Permalink
fix: bump
Browse files Browse the repository at this point in the history
  • Loading branch information
stagnate6628 authored Jun 27, 2024
1 parent d53ed45 commit 6c0da7e
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions ThemeRepo.pluto
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,9 @@ auto_updater.run_auto_update(auto_update_cfg)
local async_http, filesystem, io, menu, util = async_http, filesystem, io, menu, util

local root = menu.my_root()
local SCRIPT_VERSION = '1.5.2'
local SCRIPT_VERSION = '1.5.3'

if not SCRIPT_SILENT_START then
if math.random() > 0.85 then
util.toast('Backup your current theme and profile if you need to.')
end

if not async_http.have_access() then
util.toast('Internet access is disabled for this script, functionality is limited.')
end
Expand Down

0 comments on commit 6c0da7e

Please sign in to comment.