mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
a947bf74c8
The window layout is only saved if something has been changed. When something relevant to the window layout is changed, a save is queued to run after 10 seconds. If within those 10 seconds, another thing is changed, that timer is reset and will run after 10 seconds again. Events that cause the save to be queued up: - Tab created - Tab removed - Tab moved - Tab name changed - Split created - Split removed - Split moved - Split channel changed - Split resized - Window moved - Window resized What currently does not trigger the save to be queued up: - Active tab changed |
||
---|---|---|
.. | ||
Split.cpp | ||
Split.hpp | ||
SplitContainer.cpp | ||
SplitContainer.hpp | ||
SplitHeader.cpp | ||
SplitHeader.hpp | ||
SplitInput.cpp | ||
SplitInput.hpp | ||
SplitOverlay.cpp | ||
SplitOverlay.hpp |