From 7b3c62b9162e01bd83e92ec4a166bf8d7d29b6f1 Mon Sep 17 00:00:00 2001 From: AKILA INDUNIL <45641122+akilaid@users.noreply.github.com> Date: Fri, 18 Apr 2025 00:28:38 +0530 Subject: [PATCH] Added a toggle to use public IPv4 in QR/URI Added an option to use the server's public IPv4 when generating QR codes and URIs. Included necessary translation updates for the new option. --- web/html/modals/qrcode_modal.html | 159 +++++++++++++++++++++++++-- web/translation/translate.ar_EG.toml | 1 + web/translation/translate.en_US.toml | 1 + web/translation/translate.es_ES.toml | 1 + web/translation/translate.fa_IR.toml | 1 + web/translation/translate.id_ID.toml | 1 + web/translation/translate.ja_JP.toml | 1 + web/translation/translate.pt_BR.toml | 1 + web/translation/translate.ru_RU.toml | 1 + web/translation/translate.tr_TR.toml | 1 + web/translation/translate.uk_UA.toml | 1 + web/translation/translate.vi_VN.toml | 1 + web/translation/translate.zh_CN.toml | 1 + web/translation/translate.zh_TW.toml | 1 + 14 files changed, 161 insertions(+), 11 deletions(-) diff --git a/web/html/modals/qrcode_modal.html b/web/html/modals/qrcode_modal.html index 92d30e93..29b9a940 100644 --- a/web/html/modals/qrcode_modal.html +++ b/web/html/modals/qrcode_modal.html @@ -1,10 +1,9 @@ {{define "modals/qrcodeModal"}} + :dialog-style="isMobile ? { top: '18px' } : {}" :closable="true" :class="themeSwitcher.currentTheme" :footer="null" + width="fit-content"> +