Skip to content
This repository was archived by the owner on Dec 16, 2024. It is now read-only.

Commit a88c08c

Browse files
metadata: Add session modes (#39)
* metadata: Add session modes This adds "user", "gdm" and "unlock-dialog" `session-modes` to the metadata.json file, making the extension operable on the lock and login screens. * Update src/metadata.json --------- Co-authored-by: Nick Shmyrev <dev@nick-shmyrev.dev>
1 parent 2e597bc commit a88c08c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/metadata.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@
66
],
77
"url": "https://github.com/nick-shmyrev/improved-osk-gnome-ext",
88
"uuid": "improvedosk@nick-shmyrev.dev",
9-
"version": 12
9+
"version": 12,
10+
"session-modes": [ "gdm", "user", "unlock-dialog" ]
1011
}

0 commit comments

Comments
 (0)