mirror of
https://github.com/onyx-and-iris/voicemeeter-rb.git
synced 2026-04-07 11:53:31 +00:00
remove Config.load from configs()
now called inside the module
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user