Added noto font, fixed bug in Join Server button

This commit is contained in:
2021-11-22 13:15:19 -06:00
parent 8c8a051034
commit 3a269cbaae
8 changed files with 111 additions and 15 deletions

View File

@@ -4,7 +4,7 @@ class W3DHub
attr_accessor :account, :service_status, :applications
def setup
self.caption = "#{W3DHub::NAME}"
self.caption = I18n.t(:app_name)
@settings = Settings.new
@application_manager = ApplicationManager.new