mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2024-11-25 08:48:31 -05:00
1949f53481
The peer entries are now using different icons based on their type. As a starting point, a separate AP and laptop icons are used. More icons may be added in the future to mark different device types (e.g., based on primary device type information from WPS).
8 lines
261 B
Plaintext
8 lines
261 B
Plaintext
<RCC>
|
|
<qresource prefix="/icons" >
|
|
<file alias="wpa_gui.png">icons/hicolor/16x16/apps/wpa_gui.png</file>
|
|
<file alias="ap.png">icons/hicolor/32x32/apps/ap.png</file>
|
|
<file alias="laptop.png">icons/hicolor/32x32/apps/laptop.png</file>
|
|
</qresource>
|
|
</RCC>
|