mirror of
https://invent.kde.org/graphics/okular
synced 2024-11-05 01:38:01 +00:00
10d92fbeda
Using the new configuration key BuiltinAnnotationTools instead of AnnotationTools, we avoid any conflicts in the configuration files due to the fact that the key AnnotationTools had a different meaning in the previous versions of Okular. In particular we avoid the critical problem that the actions in the UI do not match the actual annotation tools. The conflict may happen if the kconf_update script is not executed for some reason (e.g. okular running from flatpack). BUG: 425354 FIXED-IN: 1.11.1
14 lines
389 B
Text
14 lines
389 B
Text
#Configuration update for Okular
|
|
Version=5
|
|
|
|
#Convert user-defined annotation tools to quick annotation tools
|
|
Id=annotation-toolbar
|
|
File=okularpartrc
|
|
Group=Reviews
|
|
Key=AnnotationTools,QuickAnnotationTools
|
|
|
|
#Remove key that stored the state of the bultin annotation tools (now stored in BuiltinAnnoationTools)
|
|
Id=builtin-annotations
|
|
File=okularpartrc
|
|
Group=Reviews
|
|
RemoveKey=AnnotationTools
|