Mount/unmount in GUI

This commit is contained in:
2023-04-27 16:48:33 +02:00
parent 5266ef751b
commit 8b4accefde
3 changed files with 26 additions and 9 deletions

View File

@@ -32,6 +32,10 @@ public class Sample extends DeviceBase {
public int getIndex() {
return index;
}
public int getNumber() {
return index+1;
}
boolean enabled;