allowing hotswapping the top-most setting on windows

This commit is contained in:
fourtf
2018-05-23 12:31:03 +02:00
parent 67e580059c
commit eb25e863e3
2 changed files with 11 additions and 0 deletions
@@ -8,7 +8,11 @@
#include <QLabel>
#include <QVBoxLayout>
#ifdef USEWINSDK
#define WINDOW_TOPMOST "Window always on top"
#else
#define WINDOW_TOPMOST "Window always on top (requires restart)"
#endif
#define INPUT_EMPTY "Hide input box when empty"
#define PAUSE_HOVERING "When hovering"