mirror of
https://github.com/nmap/nmap.git
synced 2026-05-13 08:46:45 +00:00
Change location of dark mode toggle to Profile menu
This commit is contained in:
parent
6da8066ef8
commit
037a1a40fc
2 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
#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]
|
||||
|
||||
o Upgraded included libraries: Lua 5.4.7, libssh2 1.11.1, libpcap 1.10.5,
|
||||
|
|
|
|||
|
|
@ -362,13 +362,13 @@ class ScanWindow(UmitScanWindow):
|
|||
<menu action='Profile'>
|
||||
<menuitem action='New Profile'/>
|
||||
<menuitem action='Edit Profile'/>
|
||||
<menuitem action='Toggle Dark Mode'/>
|
||||
</menu>
|
||||
|
||||
<menu action='Help'>
|
||||
<menuitem action='Show Help'/>
|
||||
<menuitem action='Report a bug'/>
|
||||
<menuitem action='About'/>
|
||||
<menuitem action='Toggle Dark Mode'/>
|
||||
</menu>
|
||||
|
||||
</menubar>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue