kcontrol: default to Oxygen_White for cursor theme in runRdb() function

same default as KGlobalSettings, there should be getter for this..

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
Ivailo Monev 2023-06-21 00:44:44 +03:00
parent db203273a6
commit 0f6c1bf16e

View file

@ -366,7 +366,7 @@ void runRdb( uint flags )
// Export the Xcursor theme & size settings
KConfigGroup mousecfg(KSharedConfig::openConfig( "kcminputrc" ), "Mouse" );
QString theme = mousecfg.readEntry("cursorTheme", QString());
QString theme = mousecfg.readEntry("cursorTheme", QString("Oxygen_White"));
QString size = mousecfg.readEntry("cursorSize", QString());
QString contents;