mirror of
https://github.com/TimeCrafters/timecrafters_configuration_tool_desktop.git
synced 2025-12-16 05:42:35 +00:00
Add support for select and delete config packet emission
This commit is contained in:
@@ -218,6 +218,14 @@ module TAC
|
||||
list
|
||||
)
|
||||
end
|
||||
|
||||
def self.packet_select_config(config_name)
|
||||
Packet.create(Packet::PACKET_TYPES[:select_config], config_name)
|
||||
end
|
||||
|
||||
def self.packet_delete_config(config_name)
|
||||
Packet.create(Packet::PACKET_TYPES[:delete_config], config_name)
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user