Skip to content

Commit

Permalink
Update & some fix
Browse files Browse the repository at this point in the history
  • Loading branch information
surapunoyousei committed Aug 5, 2022
1 parent 5f6dea4 commit 74c1a01
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion browser/base/content/appmenu-viewcache.inc.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@
<toolbarseparator/>
<toolbarbutton id="rebootappmenu"
class="subviewbutton"
label="再起動"
data-l10n-id="appmenuitem-reboot"
oncommand="restartbrowser();"/>
<toolbarbutton id="appMenu-quit-button2"
class="subviewbutton"
Expand Down
4 changes: 0 additions & 4 deletions browser/base/content/browser-startup.js
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,4 @@ function getSystemLocale() {
}
disabledefaultaddons()
}, 33000);

if (AppConstants.platform = "macosx" && UpdateUtils.ABI.substring(0, UpdateUtils.ABI.indexOf("-")) == "aarch64") {
Services.prefs.setStringPref("update.id.floorp", "Arm-Stable");
}
}
5 changes: 4 additions & 1 deletion browser/locales/en-US/browser/preferences/preferences.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -1564,4 +1564,7 @@ click-to-option =
.accesskey = O
## sidebar
profiles-button-label = Manage profiles
profiles-button-label = Manage profiles
appmenuitem-reboot =
.label = Reboot

0 comments on commit 74c1a01

Please sign in to comment.