diff options
author | Corey Berla <corey@berla.me> | 2022-11-03 10:53:47 -0700 |
---|---|---|
committer | António Fernandes <antoniof@gnome.org> | 2023-01-09 11:06:43 +0000 |
commit | bd631946b7656dc1096a3ee9956505bf6f0dc4e3 (patch) | |
tree | eb16c42cf788a46313dca7e66b3d9d96c7c86ba5 /src/resources | |
parent | 191a1787b6a9a413a47b8edf0e661cc16f2f197f (diff) | |
download | nautilus-bd631946b7656dc1096a3ee9956505bf6f0dc4e3.tar.gz |
window: Add restore closed tab to tab menu
Fixes: https://gitlab.gnome.org/GNOME/nautilus/-/issues/1620
Diffstat (limited to 'src/resources')
-rw-r--r-- | src/resources/ui/nautilus-window.ui | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/resources/ui/nautilus-window.ui b/src/resources/ui/nautilus-window.ui index e7ae95809..5dd2e4b88 100644 --- a/src/resources/ui/nautilus-window.ui +++ b/src/resources/ui/nautilus-window.ui @@ -7,6 +7,10 @@ <attribute name="label" translatable="yes">_New Tab</attribute> <attribute name="action">win.new-tab</attribute> </item> + <item> + <attribute name="label" translatable="yes">Re_store Closed Tab</attribute> + <attribute name="action">win.restore-tab</attribute> + </item> </section> <section> <item> |