Skip to content

Commit

Permalink
Adding Disk.poweroff()
Browse files Browse the repository at this point in the history
  • Loading branch information
marigostra committed Dec 31, 2022
1 parent 73bc8f9 commit bd6fd9e
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,12 @@ private final class DiskImpl implements DisksPopup.Disk
{
return true;
}
@Override public boolean poweroff(Set<DisksPopup.Flags> flags)
{
return true;
}


@Override public String toString()
{
return title;
Expand Down

0 comments on commit bd6fd9e

Please sign in to comment.