mirror of
https://github.com/Insality/druid
synced 2025-09-28 02:22:19 +02:00
Add more scroll examples
This commit is contained in:
@@ -43,8 +43,7 @@ local Druid = class("druid.druid_instance")
|
||||
|
||||
|
||||
local function input_init(self)
|
||||
-- TODO: To custom settings
|
||||
if not settings.auto_focus_gain then
|
||||
if not sys.get_config("druid.auto_focus") == "1" then
|
||||
return
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user