mirror of
https://github.com/cyberarm/w3d_hub_linux_launcher.git
synced 2025-12-16 09:12:35 +00:00
Access W3D Hub API
This commit is contained in:
@@ -2,10 +2,15 @@ class W3DHub
|
||||
class States
|
||||
class Interface < CyberarmEngine::GuiState
|
||||
attr_reader :main_thread_queue
|
||||
attr_accessor :refresh_token, :service_status, :applications
|
||||
|
||||
def setup
|
||||
window.show_cursor = true
|
||||
|
||||
@refresh_token = @options[:refresh_token]
|
||||
@service_status = @options[:service_status]
|
||||
@applications = @options[:applications]
|
||||
|
||||
@page = nil
|
||||
@pages = {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user