mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
[fix] kobo/nickel_conf: Remove redundant 'return nil'
This commit is contained in:
committed by
Frans de Jonge
parent
9b67323326
commit
f8d43b5c09
@@ -85,7 +85,6 @@ function NickelConf.colorSetting.get()
|
||||
if new_colorsetting then
|
||||
return tonumber(new_colorsetting)
|
||||
end
|
||||
return nil
|
||||
end
|
||||
|
||||
function NickelConf.autoColorEnabled.get()
|
||||
|
||||
Reference in New Issue
Block a user