1
Fork 0
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:
EvilHowl 2021-02-02 11:34:45 +01:00 committed by Andreas Kling
parent 2031baebce
commit a0c773da9e
2 changed files with 32 additions and 0 deletions

View file

@ -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>