[Update] About VRCT: add link that poster-exhibition-contact-us.
This commit is contained in:
4
view.py
4
view.py
@@ -1159,9 +1159,13 @@ class View():
|
||||
url = "https://github.com/misyaguziya/VRCT"
|
||||
case ("CONTACT_US"):
|
||||
url = "https://docs.google.com/forms/d/e/1FAIpQLSei-xoydOY60ivXqhOjaTzNN8PiBQIDcNhzfy6cw2sjYkcg_g/viewform"
|
||||
|
||||
case ("SUPPORTER_REGISTRATION"):
|
||||
url = "https://docs.google.com/forms/d/e/1FAIpQLSepLzdEOTJQFVHdOOxAA0dix3zCmnNBlmH4XWon5FldXkIiqw/viewform"
|
||||
|
||||
case ("POSTER_CONTACT_US"):
|
||||
url = "https://docs.google.com/forms/d/e/1FAIpQLScwt19eX4Lkj_4w9J5H_3a-bkzXs6rkOc0B-0ZTVVfHKyiU7g/viewform"
|
||||
|
||||
|
||||
case ("X_SHIINA_POSTER_SHOWCASE_POST"):
|
||||
if arg is None:
|
||||
|
||||
@@ -589,7 +589,7 @@ def createSettingBox_AboutVrct(setting_box_wrapper, config_window, settings, vie
|
||||
poster_tell_us_message = createTellUsButton(
|
||||
parent_frame=poster_showcase_contents_wrapper,
|
||||
image_file_name=settings.about_vrct.image_file.POSTER_TELL_US_MESSAGE,
|
||||
callback=lambda _e: callFunctionIfCallable(view_variable.CALLBACK_OPEN_WEBPAGE_ABOUT_VRCT, "TEMP"),
|
||||
callback=lambda _e: callFunctionIfCallable(view_variable.CALLBACK_OPEN_WEBPAGE_ABOUT_VRCT, "POSTER_CONTACT_US"),
|
||||
)
|
||||
poster_tell_us_message.grid(column=0, row=1, columnspan=2, padx=0, pady=(about_vrct_uism.POSTER_TELL_US_MESSAGE_TOP_PADY,0), sticky="nse")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user