Skip to content
Commit 5c5bbc3f authored by Martin Klapetek's avatar Martin Klapetek
Browse files

[notifications] Move reading globalConfig() from ctor to init()

The globalConfig() in ctor returns a non-(yet-)existing KConfigGroup
which makes it always return the default value. So the config access
must be delayed for init().

Custom notification position is now correctly remembered.

BUG: 356419
FIXED-IN: 5.5.1
parent 2b59ccd5
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment