[Update] Update Available ButtonとHelp and Info Buttonが押されたときのリンク先(URL)をconfigから読み取るように。

This commit is contained in:
Sakamoto Shiina
2023-09-25 12:42:23 +09:00
parent 1f3cac717a
commit abcc7ef80e

View File

@@ -405,11 +405,11 @@ class View():
webbrowser.open_new_tab(url)
def openWebPage_Booth(self):
self.openWebPage("https://booth.pm/ja/items/4814313")
self.openWebPage(config.BOOTH_URL)
self._printToTextbox_Info("Opened Booth page in your web browser.")
def openWebPage_VrctDocuments(self):
self.openWebPage("https://booth.pm/ja/items/4814313") # temporally, this url is Booth link.
self.openWebPage(config.DOCUMENTS_URL)
self._printToTextbox_Info("Opened the VRCT Documents page in your web browser.")
@staticmethod