typo moment

This commit is contained in:
Jill 2022-09-22 15:58:15 +03:00
parent 0763d750ff
commit 434dd6a8e8
1 changed files with 1 additions and 1 deletions

View File

@ -529,7 +529,7 @@
self:addcommand('On', onCommand)
self:addcommand('Ready', screen_ready_command)
self:addcommand('Off', exit)
self:addcommand('SaltyResetMessageCommand', exit)
self:addcommand('SaltyReset', exit)
self:addcommand('WindowFocus', function()
uranium:call('focus', true)
end)