Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rAPPT-006at2-Ml for pgadmin-hackers@arkaria.postgresql.org; Tue, 05 Dec 2023 06:59:59 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1rAPPS-002Zhh-2w for pgadmin-hackers@arkaria.postgresql.org; Tue, 05 Dec 2023 06:59:58 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rAPPR-002ZhZ-Rp for pgadmin-hackers@lists.postgresql.org; Tue, 05 Dec 2023 06:59:57 +0000 Received: from out-22.smtp.github.com ([192.30.252.205]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rAPPO-00AAyH-SF for pgadmin-hackers@lists.postgresql.org; Tue, 05 Dec 2023 06:59:57 +0000 Received: from github.com (hubbernetes-node-3827642.ac4-iad.github.net [10.52.152.37]) by smtp.github.com (Postfix) with ESMTPA id F28B75E092E for ; Mon, 4 Dec 2023 22:59:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1701759593; bh=2YJnDWrL+9GeyHODoJCt5FkExrnJnYd8roUf77kCaS0=; h=Date:From:To:Subject:From; b=hnUZ3nAvw3Nhzdl2ifwA28CcrQhuXTn9DiVMyoariXMwqSyM7taNoY4UzScK0G9wv Bisv/u+IakZ3oyzq18qn3OgP9NqLEZpCWDTo3ZWnSfp2t6r6X9Hrzk2NKvo/sR3Rj/ NtTa2GfvyZBTSYD6DoK19n5UzNQwnyuB4NFnCmB8= Date: Mon, 04 Dec 2023 22:59:52 -0800 From: Akshay Joshi To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] e207a8: Remove the 'Close Window' submenu specifically for... Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-GitHub-Recipient-Address: pgadmin-hackers@lists.postgresql.org X-Auto-Response-Suppress: All List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Branch: refs/heads/master Home: https://github.com/pgadmin-org/pgadmin4 Commit: e207a82dbbe30afe1d8c68e33d277aed4b124434 https://github.com/pgadmin-org/pgadmin4/commit/e207a82dbbe30afe1d8c68e33d277aed4b124434 Author: Akshay Joshi Date: 2023-12-05 (Tue, 05 Dec 2023) Changed paths: M docs/en_US/release_notes_8_1.rst M runtime/src/js/pgadmin.js M web/pgadmin/browser/server_groups/servers/databases/schemas/tables/indexes/utils.py Log Message: ----------- Remove the 'Close Window' submenu specifically for OSX to prevent unintended closure of the entire application. #6814 (partial fixed)