scripts: Fix typo in autoswitch-bluetooth-profile.lua
This commit is contained in:

committed by
George Kiagiadakis

parent
6d01627cd0
commit
b6c1fdb2e1
@@ -44,7 +44,7 @@ local last_profiles = {}
|
|||||||
local active_streams = {}
|
local active_streams = {}
|
||||||
local previous_streams = {}
|
local previous_streams = {}
|
||||||
|
|
||||||
function handlePersistantSetting (enable)
|
function handlePersistentSetting (enable)
|
||||||
if enable and state == nil then
|
if enable and state == nil then
|
||||||
-- the state storage
|
-- the state storage
|
||||||
state = config.autoswitch_to_headset_profile and State ("bluetooth-autoswitch") or nil
|
state = config.autoswitch_to_headset_profile and State ("bluetooth-autoswitch") or nil
|
||||||
@@ -62,7 +62,7 @@ function loadAppNames (appNames)
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
handlePersistantSetting (config.use_persistent_storage)
|
handlePersistentSetting (config.use_persistent_storage)
|
||||||
loadAppNames (config.autoswitch_applications)
|
loadAppNames (config.autoswitch_applications)
|
||||||
|
|
||||||
config:subscribe ("use-persistent-storage", handlePersistentSetting)
|
config:subscribe ("use-persistent-storage", handlePersistentSetting)
|
||||||
|
Reference in New Issue
Block a user