1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-07 13:11:28 +00:00

Change location of dark mode toggle to Profile menu

This commit is contained in:
dmiller
2025-04-21 20:40:23 +00:00
parent 6da8066ef8
commit 037a1a40fc
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
#Nmap Changelog ($Id$); -*-text-*- #Nmap Changelog ($Id$); -*-text-*-
o [Zenmap][GH#2358] Added dark mode, accessed via Help->Toggle Dark Mode or o [Zenmap][GH#2358] Added dark mode, accessed via Profile->Toggle Dark Mode or
window::dark_mode in zenmap.conf. [Daniel Miller] window::dark_mode in zenmap.conf. [Daniel Miller]
o Upgraded included libraries: Lua 5.4.7, libssh2 1.11.1, libpcap 1.10.5, o Upgraded included libraries: Lua 5.4.7, libssh2 1.11.1, libpcap 1.10.5,

View File

@@ -362,13 +362,13 @@ class ScanWindow(UmitScanWindow):
<menu action='Profile'> <menu action='Profile'>
<menuitem action='New Profile'/> <menuitem action='New Profile'/>
<menuitem action='Edit Profile'/> <menuitem action='Edit Profile'/>
<menuitem action='Toggle Dark Mode'/>
</menu> </menu>
<menu action='Help'> <menu action='Help'>
<menuitem action='Show Help'/> <menuitem action='Show Help'/>
<menuitem action='Report a bug'/> <menuitem action='Report a bug'/>
<menuitem action='About'/> <menuitem action='About'/>
<menuitem action='Toggle Dark Mode'/>
</menu> </menu>
</menubar> </menubar>