diff --git a/img/about_vrct/dev_misya.png b/img/about_vrct/dev_misya.png index 60317fff..6df2b467 100644 Binary files a/img/about_vrct/dev_misya.png and b/img/about_vrct/dev_misya.png differ diff --git a/img/about_vrct/dev_shiina.png b/img/about_vrct/dev_shiina.png index 63b5785e..cfef057a 100644 Binary files a/img/about_vrct/dev_shiina.png and b/img/about_vrct/dev_shiina.png differ diff --git a/img/about_vrct/localization_members.png b/img/about_vrct/localization_members.png index 32681555..b12cd838 100644 Binary files a/img/about_vrct/localization_members.png and b/img/about_vrct/localization_members.png differ diff --git a/img/about_vrct/poster_showcase_section_title.png b/img/about_vrct/poster_showcase_section_title.png index 5a4b00fa..83b1f21f 100644 Binary files a/img/about_vrct/poster_showcase_section_title.png and b/img/about_vrct/poster_showcase_section_title.png differ diff --git a/img/about_vrct/poster_tell_us_message_en.png b/img/about_vrct/poster_tell_us_message_en.png deleted file mode 100644 index 1078b42f..00000000 Binary files a/img/about_vrct/poster_tell_us_message_en.png and /dev/null differ diff --git a/img/about_vrct/poster_tell_us_message_ja.png b/img/about_vrct/poster_tell_us_message_ja.png deleted file mode 100644 index 8e2b096d..00000000 Binary files a/img/about_vrct/poster_tell_us_message_ja.png and /dev/null differ diff --git a/img/about_vrct/special_thanks_tell_us_message_en.png b/img/about_vrct/special_thanks_tell_us_message_en.png deleted file mode 100644 index c213e5bc..00000000 Binary files a/img/about_vrct/special_thanks_tell_us_message_en.png and /dev/null differ diff --git a/img/about_vrct/special_thanks_tell_us_message_ja.png b/img/about_vrct/special_thanks_tell_us_message_ja.png deleted file mode 100644 index f3274966..00000000 Binary files a/img/about_vrct/special_thanks_tell_us_message_ja.png and /dev/null differ diff --git a/vrct_gui/config_window/widgets/createSideMenuAndSettingsBoxContainers/setting_box_containers/setting_box_about_vrct/createSettingBox_AboutVrct.py b/vrct_gui/config_window/widgets/createSideMenuAndSettingsBoxContainers/setting_box_containers/setting_box_about_vrct/createSettingBox_AboutVrct.py index 59708e14..aeb2e629 100644 --- a/vrct_gui/config_window/widgets/createSideMenuAndSettingsBoxContainers/setting_box_containers/setting_box_about_vrct/createSettingBox_AboutVrct.py +++ b/vrct_gui/config_window/widgets/createSideMenuAndSettingsBoxContainers/setting_box_containers/setting_box_about_vrct/createSettingBox_AboutVrct.py @@ -73,20 +73,6 @@ def createSettingBox_AboutVrct(setting_box_wrapper, config_window, settings, vie ) return frame - def createTellUsButton(parent_frame, image_file_name, callback): - tell_us_button_frame = settings.about_vrct.embedImageButtonCTkLabel( - parent_frame=parent_frame, - image_file_name=image_file_name, - callback=callback, - corner_radius=about_vrct_uism.TELL_US_BUTTON_CORNER_RADIUS, - ) - tell_us_button_frame.img_label.grid(padx=about_vrct_uism.TELL_US_BUTTON_PADX, pady=about_vrct_uism.TELL_US_BUTTON_PADY, sticky="nsew") - - tell_us_button_frame.configure(border_width=about_vrct_uism.TELL_US_BUTTON_BORDER_WIDTH, border_color=settings.ctm.ABOUT_VRCT_TELL_US_BUTTON_BORDER_COLOR) - - return tell_us_button_frame - - section_row=0 @@ -279,17 +265,6 @@ def createSettingBox_AboutVrct(setting_box_wrapper, config_window, settings, vie special_thanks_message = settings.about_vrct.embedImageCTkLabel(special_thanks_contents_wrapper, settings.about_vrct.image_file.SPECIAL_THANKS_MESSAGE) special_thanks_message.grid(column=0, row=1, padx=0, pady=(0,about_vrct_uism.SPECIAL_THANKS_MESSAGE_BOTTOM_PADY), sticky="nsew") - # special_thanks_message_and_you = settings.about_vrct.embedImageCTkLabel(special_thanks_contents_wrapper, "special_thanks_message_and_you.png") - # special_thanks_message_and_you.grid(column=0, row=2, padx=0, pady=(0,about_vrct_uism.SPECIAL_THANKS_MESSAGE_AND_YOU_BOTTOM_PADY), sticky="nsw") - - # special_thanks_tell_us_message = createTellUsButton( - # parent_frame=special_thanks_contents_wrapper, - # image_file_name=settings.about_vrct.image_file.SPECIAL_THANKS_TELL_US_MESSAGE, - # callback=lambda _e: callFunctionIfCallable(view_variable.CALLBACK_OPEN_WEBPAGE_ABOUT_VRCT, "SUPPORTER_REGISTRATION"), - # ) - # special_thanks_tell_us_message.grid(column=0, row=3) - - section_row+=1 @@ -601,26 +576,6 @@ 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, "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") - - - - - - - - - - - section_row+=1 # VRChat disclaimer ---------------------------------- vrchat_disclaimer, vrchat_disclaimer_contents_wrapper = createSectionContainer( diff --git a/vrct_gui/ui_managers/AboutVrctManager.py b/vrct_gui/ui_managers/AboutVrctManager.py index 733eaacd..f81abf99 100644 --- a/vrct_gui/ui_managers/AboutVrctManager.py +++ b/vrct_gui/ui_managers/AboutVrctManager.py @@ -75,18 +75,12 @@ class AboutVrctManager(): if ui_language == "ja": self.image_file.SPECIAL_THANKS_MESSAGE = "special_thanks_message_ja.png" - self.image_file.SPECIAL_THANKS_TELL_US_MESSAGE = "special_thanks_tell_us_message_ja.png" - self.image_file.POSTER_IMAGES_AUTHOR = "poster_images_authors_ja.png" self.image_file.POSTER_IMAGES_AUTHOR_M = "poster_images_authors_m_ja.png" - self.image_file.POSTER_TELL_US_MESSAGE = "poster_tell_us_message_ja.png" else: self.image_file.SPECIAL_THANKS_MESSAGE = "special_thanks_message_en.png" - self.image_file.SPECIAL_THANKS_TELL_US_MESSAGE = "special_thanks_tell_us_message_en.png" - self.image_file.POSTER_IMAGES_AUTHOR = "poster_images_authors_en.png" self.image_file.POSTER_IMAGES_AUTHOR_M = "poster_images_authors_m_en.png" - self.image_file.POSTER_TELL_US_MESSAGE = "poster_tell_us_message_en.png" poster_showcase_pagination_button_image = getImageFileFromUiUtils_AboutVrct("poster_showcase_pagination_button.png")