Add blank sleep screen option (#242)

## Summary

Very small change to add a blank ("None") sleep screen option, for those
who prefer a clean aesthetic.

Tested on X4 device.
This commit is contained in:
Stanislav Khromov
2026-01-05 10:08:39 +01:00
committed by GitHub
parent 881aa2e005
commit c76507c937
4 changed files with 12 additions and 2 deletions

View File

@@ -15,4 +15,5 @@ class SleepActivity final : public Activity {
void renderCustomSleepScreen() const;
void renderCoverSleepScreen() const;
void renderBitmapSleepScreen(const Bitmap& bitmap) const;
void renderBlankSleepScreen() const;
};