mirror of
https://github.com/cyberarm/w3d_hub_linux_launcher.git
synced 2026-09-19 23:03:53 +00:00
Very crude initial support for starting app from launcher
This commit is contained in:
@@ -34,6 +34,10 @@ module W3DHubLauncher
|
||||
}.to_json(options)
|
||||
end
|
||||
|
||||
def application_installed?(application, channel)
|
||||
applications.find { |app| app.id == application&.id && app.channel == channel&.id }
|
||||
end
|
||||
|
||||
# User explictly set options
|
||||
class Preferences
|
||||
SCHEMA = 0
|
||||
|
||||
Reference in New Issue
Block a user