Changes position of the notification banner from the default to the right side of the screen.
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
Version | Status |
---|---|
15 | Active |
14 | Active |
13 | Active |
12 | Active |
11 | Rejected |
10 | Active |
9 | Active |
8 | Active |
7 | Active |
6 | Active |
5 | Active |
4 | Active |
3 | Active |
2 | Active |
1 | Active |
1. Don't use `log()`: https://gjs.guide/extensions/upgrading/gnome-shell-45.html#logging 2. Please remove line 19, not needed. 3. That doesn't exist in 45 (line 7) and you should remove line 3 import. just simply use `this.metadata` if you want metadata: https://gjs.guide/extensions/upgrading/gnome-shell-45.html#extensionutils
1. Ok 1. You meant the `init()` function, right? Ok 3. Ok.