mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 06:57:46 +00:00
DisplaySettings: Show a confirmation message when applying changes
The changes will be reverted after 10 seconds of no user input.
This commit is contained in:
parent
2031baebce
commit
a0c773da9e
2 changed files with 32 additions and 0 deletions
|
@ -27,6 +27,7 @@
|
|||
#pragma once
|
||||
|
||||
#include "MonitorWidget.h"
|
||||
#include <LibCore/Timer.h>
|
||||
#include <LibGUI/ColorInput.h>
|
||||
#include <LibGUI/ComboBox.h>
|
||||
#include <LibGUI/RadioButton.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue