Rearrange user configuration related buttons and update the description of the reset configuration button.

This commit is contained in:
László Monda
2017-10-15 19:17:21 +02:00
parent bff97f02d7
commit f2250b699c

View File

@@ -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>