diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2013-02-17 17:30:11 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2013-02-17 17:30:11 +0100 |
commit | b38f87b277617ccfea6e133e0965f2a6a4ad8caf (patch) | |
tree | 347fa2ce57fafe2e732e3d8ec37b83474cf4f5b0 /src/settings | |
parent | Fix about pages title (diff) | |
download | rekonq-b38f87b277617ccfea6e133e0965f2a6a4ad8caf.tar.xz |
Closed Tabs page return, first bits
Restore about:closedTabs page and the ability to open back closed tabs.
What's missing then? To load back on restart the closed tabs saved...
Diffstat (limited to 'src/settings')
-rw-r--r-- | src/settings/settings_tabs.ui | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/settings/settings_tabs.ui b/src/settings/settings_tabs.ui index 27e68238..51546635 100644 --- a/src/settings/settings_tabs.ui +++ b/src/settings/settings_tabs.ui @@ -114,6 +114,11 @@ <string>Downloads</string> </property> </item> + <item> + <property name="text"> + <string>Closed Tabs</string> + </property> + </item> </widget> </item> </layout> |