1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2025-12-07 22:15:38 -05:00

feat: Add Notepad search function

This commit is contained in:
purian23
2025-10-04 02:25:42 -04:00
parent d213045168
commit 5ada12f989
3 changed files with 308 additions and 1 deletions

View File

@@ -211,6 +211,10 @@ Item {
anchors.fill: parent
isVisible: showSettingsMenu
onSettingsRequested: showSettingsMenu = !showSettingsMenu
onFindRequested: {
showSettingsMenu = false
textEditor.showSearch()
}
}
FileView {