[gnome] Update extensions for version 48

This commit is contained in:
2025-03-29 17:52:56 -04:00
parent e01589e836
commit a84b79ca08
153 changed files with 3479 additions and 2189 deletions

View File

@ -49,7 +49,7 @@ export class Manager {
*
* @param {string} accelerator - An accelerator in the form '<Control>q'
* @param {Function} callback - A callback for the accelerator
* @return {number} A non-zero action id on success, or 0 on failure
* @returns {*} A non-zero action id on success, or 0 on failure
*/
add(accelerator, callback) {
try {
@ -100,4 +100,3 @@ export class Manager {
this.removeAll();
}
}