Thread: pgAdmin 4 commit: Add a menu option to the runtime to copy theappserve

pgAdmin 4 commit: Add a menu option to the runtime to copy theappserve

From
Dave Page
Date:
Add a menu option to the runtime to copy the appserver URL to the clipboard. Fixes #3510

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=2ce41e77f272c891cdd88ae28d71e0d5cb0bfeda

Modified Files
--------------
docs/en_US/release_notes_3_2.rst |  2 +-
runtime/FloatingWindow.cpp       |  6 +++++-
runtime/FloatingWindow.h         |  1 +
runtime/MenuActions.cpp          | 10 ++++++++++
runtime/MenuActions.h            |  1 +
runtime/TrayIcon.cpp             |  4 ++++
runtime/TrayIcon.h               |  1 +
7 files changed, 23 insertions(+), 2 deletions(-)