From 95a41a2eb2302ad473725501b4eff1550260f451 Mon Sep 17 00:00:00 2001 From: Tamius Han Date: Wed, 22 Jan 2025 11:25:52 +0100 Subject: [PATCH] Add contact request to player UI panel --- src/csui/src/PlayerUiPanels/AboutPanel.vue | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/src/csui/src/PlayerUiPanels/AboutPanel.vue b/src/csui/src/PlayerUiPanels/AboutPanel.vue index 06f1c0b..3ea212a 100644 --- a/src/csui/src/PlayerUiPanels/AboutPanel.vue +++ b/src/csui/src/PlayerUiPanels/AboutPanel.vue @@ -16,6 +16,27 @@
  • Github (preferred)
  • Email: tamius.han@gmail.com
  • + +
    + + Is your screen entirely white or entirely black? + +

    This appears to be a rare issue that happens to some people. If you're experiencing this issue, please consider contacting me and sharing the following data:

    + + + +

    Please post this info to this thread, or message me via e-mail.

    + +

    Then, disable the in-player UI.

    + +
    +

    When reporting bugs, please include the following information:

    @@ -67,6 +88,7 @@ export default { mailtoLink: '', redditLink: '', showEasterEgg: false, + pageData: {} } }, async created() {