diff options
| author | Ahmad Samir <[email protected]> | 2022-05-05 20:31:30 +0200 |
|---|---|---|
| committer | Ahmad Samir <[email protected]> | 2022-05-31 14:25:13 +0000 |
| commit | 5cbe6b530249ab5f5b1b9f57cf794a2b7faec269 (patch) | |
| tree | 459032dd1c18b916545629784b0b941262545697 /src/dolphinmainwindow.cpp | |
| parent | 802ecc92d2ac9c0dd32687b5d9e535f6b1618652 (diff) | |
Migrate old custom view font config entries
Diffstat (limited to 'src/dolphinmainwindow.cpp')
| -rw-r--r-- | src/dolphinmainwindow.cpp | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/dolphinmainwindow.cpp b/src/dolphinmainwindow.cpp index e71790656..124ce4535 100644 --- a/src/dolphinmainwindow.cpp +++ b/src/dolphinmainwindow.cpp @@ -86,8 +86,10 @@ namespace { // Used for GeneralSettings::version() to determine whether - // an updated version of Dolphin is running. - const int CurrentDolphinVersion = 201; + // an updated version of Dolphin is running, so as to migrate + // removed/renamed ...etc config entries; increment it in such + // cases + const int CurrentDolphinVersion = 202; // The maximum number of entries in the back/forward popup menu const int MaxNumberOfNavigationentries = 12; // The maximum number of "Activate Tab" shortcuts |
