mirror of
https://github.com/cyberarm/w3d_hub_linux_launcher.git
synced 2025-12-16 17:22:35 +00:00
Updated gems, implemented game settings (works best with scripts 5.1 games)
This commit is contained in:
@@ -448,6 +448,14 @@ class W3DHub
|
||||
Store.settings.save_settings
|
||||
end
|
||||
|
||||
def color(app_id)
|
||||
Store.applications.games.detect { |g| g.id == app_id }&.color
|
||||
end
|
||||
|
||||
def name(app_id)
|
||||
Store.applications.games.detect { |g| g.id == app_id }&.name
|
||||
end
|
||||
|
||||
# No application tasks are being done
|
||||
def idle?
|
||||
!busy?
|
||||
|
||||
Reference in New Issue
Block a user