mirror of
https://github.com/cmclark00/retro-imager.git
synced 2025-05-19 08:25:21 +01:00
Add basic accessibility support
- Support for screen readers on Linux/Windows. (Mac does not work as intended yet) - Add keyboard navigation - Add write confirmation dialog. Closes #84 - Update debian changelog
This commit is contained in:
parent
855ad53b21
commit
2a0925b10a
6 changed files with 643 additions and 324 deletions
1
qml.qrc
1
qml.qrc
|
@ -16,5 +16,6 @@
|
|||
<file>icons/ic_sd_storage_40px.svg</file>
|
||||
<file>icons/ic_storage_40px.svg</file>
|
||||
<file>icons/ic_usb_40px.svg</file>
|
||||
<file>MsgPopup.qml</file>
|
||||
</qresource>
|
||||
</RCC>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue