Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
System
Dolphin
Commits
827b79f5
Commit
827b79f5
authored
Sep 20, 2020
by
Alexander Lohnau
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Exclude trash settings from windows
parent
bb85b626
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
src/settings/dolphinsettingsdialog.cpp
src/settings/dolphinsettingsdialog.cpp
+4
-1
No files found.
src/settings/dolphinsettingsdialog.cpp
View file @
827b79f5
...
...
@@ -80,7 +80,10 @@ DolphinSettingsDialog::DolphinSettingsDialog(const QUrl& url, QWidget* parent) :
connect
(
servicesSettingsPage
,
&
ServicesSettingsPage
::
changed
,
this
,
&
DolphinSettingsDialog
::
enableApply
);
// Trash
auto
*
trashSettingsPage
=
createTrashSettingsPage
(
this
);
SettingsPageBase
*
trashSettingsPage
=
nullptr
;
#ifndef Q_OS_WIN
trashSettingsPage
=
createTrashSettingsPage
(
this
);
#endif
if
(
trashSettingsPage
)
{
KPageWidgetItem
*
trashSettingsFrame
=
addPage
(
trashSettingsPage
,
i18nc
(
"@title:group"
,
"Trash"
));
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment