Skip to content

Commit 023f254

Browse files
joost-jSchamper
andauthored
Apply suggestions from code review
Co-authored-by: Erik Schamper <[email protected]>
1 parent 1dbd662 commit 023f254

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

acquire/acquire.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -924,9 +924,9 @@ class ThumbnailCache(Module):
924924
]
925925

926926

927-
@register_module("--texteditor-tabs")
928-
class TexteditorTabs(Module):
929-
DESC = "Texteditor (un)saved tab contents"
927+
@register_module("--text-editor")
928+
class TextEditor(Module):
929+
DESC = "text editor (un)saved tab contents"
930930
# Only Windows 11 notepad & Notepad++ tabs for now, but locations for other text editors may be added later.
931931
SPEC = [
932932
("dir", "AppData/Local/Packages/Microsoft.WindowsNotepad_8wekyb3d8bbwe/LocalState/TabState/", from_user_home),
@@ -1975,7 +1975,7 @@ class WindowsProfile:
19751975
WindowsNotifications,
19761976
SSH,
19771977
IIS,
1978-
TexteditorTabs,
1978+
TextEditor,
19791979
]
19801980

19811981

0 commit comments

Comments
 (0)