From abcc7ef80e78624dfc872408445a508a44d0b92e Mon Sep 17 00:00:00 2001 From: Sakamoto Shiina <68018796+ShiinaSakamoto@users.noreply.github.com> Date: Mon, 25 Sep 2023 12:42:23 +0900 Subject: [PATCH] =?UTF-8?q?[Update]=20Update=20Available=20Button=E3=81=A8?= =?UTF-8?q?Help=20and=20Info=20Button=E3=81=8C=E6=8A=BC=E3=81=95=E3=82=8C?= =?UTF-8?q?=E3=81=9F=E3=81=A8=E3=81=8D=E3=81=AE=E3=83=AA=E3=83=B3=E3=82=AF?= =?UTF-8?q?=E5=85=88(URL)=E3=82=92config=E3=81=8B=E3=82=89=E8=AA=AD?= =?UTF-8?q?=E3=81=BF=E5=8F=96=E3=82=8B=E3=82=88=E3=81=86=E3=81=AB=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- view.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/view.py b/view.py index 26874d53..36c5cdc0 100644 --- a/view.py +++ b/view.py @@ -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