mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-09 09:18:42 +09:00
Rename Options to Preferences and unify location.
This also removes OS-specific naming/handling for separate locations. Fixes #270.
This commit is contained in:
parent
0c6ab64d91
commit
10c9be356b
14 changed files with 12 additions and 52 deletions
|
|
@ -1187,10 +1187,7 @@ let preferencesButton = {
|
|||
win.openPreferences();
|
||||
}
|
||||
};
|
||||
if (AppConstants.platform == "win") {
|
||||
preferencesButton.label = "preferences-button.labelWin";
|
||||
preferencesButton.tooltiptext = "preferences-button.tooltipWin2";
|
||||
} else if (AppConstants.platform == "macosx") {
|
||||
if (AppConstants.platform == "macosx") {
|
||||
preferencesButton.tooltiptext = "preferences-button.tooltiptext.withshortcut";
|
||||
preferencesButton.shortcutId = "key_preferencesCmdMac";
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue