From d8fab515f44c93a12f68da9d0c1809d5a64217e8 Mon Sep 17 00:00:00 2001 From: Papoteur Date: Sat, 21 Jan 2023 09:48:41 +0100 Subject: Add Isodumper as application --- qml/AppList.qml | 1 + qml/img/isodumper.png | Bin 0 -> 5041 bytes 2 files changed, 1 insertion(+) create mode 100644 qml/img/isodumper.png diff --git a/qml/AppList.qml b/qml/AppList.qml index f3865d7..3dff5d0 100644 --- a/qml/AppList.qml +++ b/qml/AppList.qml @@ -44,6 +44,7 @@ ListModel { ListElement { group: "programming";description: qsTr("IDE for C and C++"); title: "Anjuta";name: "anjuta";command: "anjuta";repo: "";icon: "img/anjuta.png";} ListElement { group: "programming";description: qsTr("IDE for free pascal"); title: "Lazarus";name: "lazarus";command: "lazarus";repo: "";icon: "img/lazarus.png";} ListElement { group: "system";description: qsTr("Sophisticated cd/dvd burning application"); title: "K3b";name: "k3b";command: "k3b";repo: "";icon: "img/k3b.png";} + ListElement { group: "system";description: qsTr("Write ISO images on USB device"); title: "Isodumper";name: "isodumper";command: "isodumper";repo: "";icon: "img/isodumper.png";} ListElement { group: "system";description: qsTr("Partition editor"); title: "GParted";name: "gparted";command: "gparted";repo: "";icon: "img/gparted.png";} ListElement { group: "system featured";description: qsTr("Extra community-made background images"); title: "mageia-theme-extra";name: "mageia-theme-extra";command: "";repo: "";icon: "img/mageia-theme-extra.png";} ListElement { group: "system";description: qsTr("Clean junk to free disk space and maintain privacy "); title: "BleachBit";name: "bleachbit";command: "bleachbit";repo: "";icon: "img/bleachbit.png";} diff --git a/qml/img/isodumper.png b/qml/img/isodumper.png new file mode 100644 index 0000000..991be95 Binary files /dev/null and b/qml/img/isodumper.png differ -- cgit v1.2.1