mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Fixed wrong semantics on settings' cancel button.
Was swapping the expected order of the buttons.
This commit is contained in:
@@ -280,7 +280,7 @@
|
||||
</tbody>
|
||||
</table>
|
||||
<paper-button class="accept" affirmative autofocus>Apply</paper-button>
|
||||
<paper-button class="cancel" affirmative>Cancel</paper-button>
|
||||
<paper-button class="cancel" dismissive>Cancel</paper-button>
|
||||
</loot-dialog>
|
||||
|
||||
<loot-dialog id="firstRun" heading="First-Time Tips">
|
||||
|
||||
Reference in New Issue
Block a user