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 1r66qk-00HDQf-8J for pgadmin-hackers@arkaria.postgresql.org; Thu, 23 Nov 2023 10:22:22 +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 1r66qi-00HItV-T2 for pgadmin-hackers@arkaria.postgresql.org; Thu, 23 Nov 2023 10:22:20 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1r66qi-00HItL-L8 for pgadmin-hackers@lists.postgresql.org; Thu, 23 Nov 2023 10:22:20 +0000 Received: from out-23.smtp.github.com ([192.30.252.206]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1r66qc-006xW2-PA for pgadmin-hackers@lists.postgresql.org; Thu, 23 Nov 2023 10:22:19 +0000 Received: from github.com (hubbernetes-node-9bb9589.ac4-iad.github.net [10.52.206.57]) by smtp.github.com (Postfix) with ESMTPA id 9ED2B5E081E for ; Thu, 23 Nov 2023 02:22:13 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1700734933; bh=UnIDpo1ciKKOXwJ8U7191ZHHf2yvcmyLM+qFR3ZVNWE=; h=Date:From:To:Subject:From; b=Op19u8wPQDUQusI0ztDlOoYAuG5THmEIaj5yHhI1AKN2Uw/MJTCw88zsxPTQHAAgp qaXNg2LhfbM8eW5OHab1rprWcgfUtS7J377XLwDPcNuvWRlgIKXf8PTh7YrRcY3KPS 529rh9VSHCVnVUJjreMzxBP+Fbfd5UkdOWh75pqU= Date: Thu, 23 Nov 2023 02:22:13 -0800 From: Nikhil Mohite To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] 361ae4: Fixed an issue where on entering full screen, the ... 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: 361ae458d4138bd449f89c1cb9c85d8c72d5abb3 https://github.com/pgadmin-org/pgadmin4/commit/361ae458d4138bd449f89c1cb9c85d8c72d5abb3 Author: Nikhil Mohite Date: 2023-11-23 (Thu, 23 Nov 2023) Changed paths: M runtime/src/js/pgadmin.js M web/pgadmin/browser/static/js/MainMenuFactory.js Log Message: ----------- Fixed an issue where on entering full screen, the option label is not changed to 'Exit Full Screen' in desktop mode. #6921