Rearrange user configuration related buttons and update the description of the reset configuration button.
This commit is contained in:
@@ -4,16 +4,6 @@
|
||||
</h1>
|
||||
|
||||
<ul class="list-unstyled btn-list">
|
||||
<li>
|
||||
<button class="btn btn-danger"
|
||||
mwlConfirmationPopover
|
||||
title="Are you sure?"
|
||||
placement="bottom"
|
||||
confirmText="Yes"
|
||||
cancelText="No"
|
||||
(confirm)="resetUserConfiguration()">Reset user configuration
|
||||
</button> - including all your keymaps and macros
|
||||
</li>
|
||||
<li>
|
||||
<button class="btn btn-default"
|
||||
(click)="saveConfigurationInJSONFormat()">Save device JSON configuration
|
||||
@@ -24,4 +14,14 @@
|
||||
(click)="saveConfigurationInBINFormat()">Save device binary configuration
|
||||
</button>
|
||||
</li>
|
||||
<li>
|
||||
<button class="btn btn-danger"
|
||||
mwlConfirmationPopover
|
||||
title="Are you sure?"
|
||||
placement="bottom"
|
||||
confirmText="Yes"
|
||||
cancelText="No"
|
||||
(confirm)="resetUserConfiguration()">Reset device configuration
|
||||
</button> - Reset all your keymaps, macros, and device settings to defaults.
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
Reference in New Issue
Block a user