-
-
Notifications
You must be signed in to change notification settings - Fork 155
fix(client): show warning/error when app is using Rosetta 2 translation (running wrong arch) #2281
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
this.$widget.find(".rosetta-warning-recommendation").text(t("rosetta_warning.recommendation")); | ||
this.$widget.find(".rosetta-warning-download-link").text(t("rosetta_warning.download_link")); | ||
this.$widget.find(".rosetta-warning-continue-anyway").text(t("rosetta_warning.continue_anyway")); | ||
this.$widget.find(".rosetta-warning-dont-show-again").text(t("rosetta_warning.dont_show_again")); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does this checkbox do anything?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To not show the warning again?
import { t } from "../../services/i18n.js"; | ||
|
||
const TPL = /*html*/` | ||
<div class="rosetta-warning-dialog modal mx-auto" tabindex="-1" role="dialog" style="z-index: 2000;"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
…t lol" This reverts commit e401c8c.
No description provided.