mirror of
https://github.com/onyx-and-iris/voicemeeter-rb.git
synced 2024-11-22 18:00:48 +00:00
remove Config.load from configs()
now called inside the module
This commit is contained in:
parent
ccd7e93e94
commit
58d6876c0f
@ -9,8 +9,6 @@ require_relative "configs"
|
|||||||
|
|
||||||
module Voicemeeter
|
module Voicemeeter
|
||||||
module Remote
|
module Remote
|
||||||
include Configs
|
|
||||||
|
|
||||||
private
|
private
|
||||||
|
|
||||||
class Remote < Base
|
class Remote < Base
|
||||||
@ -28,7 +26,6 @@ module Voicemeeter
|
|||||||
end
|
end
|
||||||
|
|
||||||
def configs
|
def configs
|
||||||
Configs.load
|
|
||||||
Configs.get(@kind.name)
|
Configs.get(@kind.name)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user