| Summary: | ViewMode Date style setting not stored | ||
|---|---|---|---|
| Product: | [Applications] konqueror | Reporter: | Martin Koller <martin> |
| Component: | file list view | Assignee: | Konqueror Bugs <konqueror-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | 21.12.0 | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | https://invent.kde.org/system/dolphin/commit/505bf52f593a88a07925b0dbba7568535933fd23 | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
|
Description
Martin Koller
2022-01-13 09:35:31 UTC
A possibly relevant merge request was started @ https://invent.kde.org/system/dolphin/-/merge_requests/353 Git commit 505bf52f593a88a07925b0dbba7568535933fd23 by Stefano Crocco. Committed on 01/03/2022 at 11:00. Pushed by ngraham into branch 'master'. Display Apply button in KCMs When displaying the KCMs in another application's configuration dialog (for example, in Konqueror), the Apply, Ok and Reset buttons aren't shown. This issue is caused by a missing Apply flag in the call to setButtons in the KCModule constructor. the fact that in the call to setButtons from the KCModule constructor, the Apply flag is missing. M +1 -1 src/settings/kcm/kcmdolphingeneral.cpp M +1 -1 src/settings/kcm/kcmdolphinnavigation.cpp M +1 -1 src/settings/kcm/kcmdolphinviewmodes.cpp https://invent.kde.org/system/dolphin/commit/505bf52f593a88a07925b0dbba7568535933fd23 |