1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 20:47:45 +00:00

BrickGame: Remember the "Show Shadow Piece" setting between executions

by using the ConfigServer.
This commit is contained in:
Karol Baraniecki 2023-04-08 01:49:21 +02:00 committed by Jelle Raaijmakers
parent 439076df8a
commit f532f9d279
3 changed files with 12 additions and 2 deletions

View file

@ -27,6 +27,7 @@ public:
void reset();
void toggle_pause();
void set_show_shadow_hint(bool);
bool show_shadow_hint();
private:
BrickGame(StringView app_name);