mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-23 00:47:31 +09:00
Add the import wizard to settings, fix Chromium Edge
This commit is contained in:
parent
75af6c218d
commit
78baea7a1d
6 changed files with 116 additions and 9 deletions
|
|
@ -244,6 +244,20 @@
|
|||
</radiogroup>
|
||||
</groupbox>
|
||||
|
||||
<!-- Import -->
|
||||
<groupbox id="importGroup"
|
||||
data-category="paneGeneral"
|
||||
hidden="true">
|
||||
<caption><label>&importGroup.label;</label></caption>
|
||||
|
||||
<hbox>
|
||||
<button id="openMigrationWizard"
|
||||
class="content-cell-item"
|
||||
label="&importBrowserData.label;"
|
||||
accesskey="&importBrowserData.accesskey;"/>
|
||||
</hbox>
|
||||
</groupbox>
|
||||
|
||||
<!-- Tab preferences -->
|
||||
<groupbox data-category="paneGeneral"
|
||||
hidden="true" align="start">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue