summaryrefslogtreecommitdiffstats
path: root/src/knowit.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-12-28 14:24:43 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-12-28 17:44:22 +0900
commitf793d1d31f12851284213c645d45276936bba2a3 (patch)
treea7206970a776bfccf32bbdae54816245281a61d3 /src/knowit.h
parentd05ea4d721a7b2d782cc6d20d22be46dd2a27603 (diff)
downloadknowit-f793d1d3.tar.gz
knowit-f793d1d3.zip
Add dockOnStart option to control window show status on startup.
Knowit could already be docked, but on startup the window would annoyingly show up minimized in the taskbar instead of being fully docked. The new option allows to choose the window status when starting up in docked mode: either the window shows in normal state or is fully docked. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 988a55785b3f7afa934eb7d5c7c4debd2fba8d0a)
Diffstat (limited to 'src/knowit.h')
-rw-r--r--src/knowit.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/knowit.h b/src/knowit.h
index 1c4953d..c862759 100644
--- a/src/knowit.h
+++ b/src/knowit.h
@@ -69,7 +69,6 @@ class Knowit : public TDEMainWindow
KnowitTray* systray;
/* data items */
TNotesCollection Notes;
- bool runMinimized;
TQListViewItem* lastSought;
TQString soughtText;
TQTimer* AutosaveTimer;