From a512176b4bdbf0f0471a9b9089f4a936c14e2732 Mon Sep 17 00:00:00 2001 From: Duong Do Minh Chau Date: Thu, 12 Nov 2020 16:38:44 +0700 Subject: Add options to hide some context menu entries This commit add options to hide the following context menu entries: - Add to Places - Copy Location - Duplicate Here - Open in New Tab and Open in New Tabs - Open in New Window - Sort By - View Mode The Services settings page is renamed to Context Menu ShowCopyMoveMenu option is moved from GeneralSettings to ContextMenuSettings BUG: 314594 --- src/settings/services/test/test_run.rb | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100755 src/settings/services/test/test_run.rb (limited to 'src/settings/services/test/test_run.rb') diff --git a/src/settings/services/test/test_run.rb b/src/settings/services/test/test_run.rb deleted file mode 100755 index ab298a0b0..000000000 --- a/src/settings/services/test/test_run.rb +++ /dev/null @@ -1,11 +0,0 @@ -#!/usr/bin/env ruby - -# SPDX-FileCopyrightText: 2019 Harald Sitter -# -# SPDX-License-Identifier: GPL-2.0-or-later -# This is a fancy wrapper around test_helper to prevent the collector from -# loading the helper twice as it would occur if we ran the helper directly. - -require_relative 'test_helper' - -Test::Unit::AutoRunner.run(true, File.absolute_path(__dir__)) -- cgit v1.3.1