Merge pull request #6441 from timurgilfanov/feature-oled-black
Add Black theme option for battery saving on OLED displays
This commit is contained in:
commit
a82e3425be
44 changed files with 293 additions and 50 deletions
|
|
@ -30,7 +30,8 @@ class KonsistPreviewTest {
|
|||
.assertTrue {
|
||||
it.hasNameEndingWith("Preview") &&
|
||||
it.hasNameEndingWith("LightPreview").not() &&
|
||||
it.hasNameEndingWith("DarkPreview").not()
|
||||
it.hasNameEndingWith("DarkPreview").not() &&
|
||||
it.hasNameEndingWith("BlackPreview").not()
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue