fs: elseif -> else in scr argument check; #322

This commit is contained in:
Luke Bonham 2017-02-24 13:24:52 +01:00
parent a6ca6ab030
commit 26acf37707

View file

@ -32,7 +32,7 @@ function fs.show(seconds, scr)
if fs.followtag then
fs.notification_preset.screen = focused()
elseif scr then
else
fs.notification_preset.screen = scr or 1
end