extensions: Add a SESSION_MODE extension type
This allows e.g. gnome-tweak-tool to present these extensions in a different way since they can't be disabled.
This commit is contained in:
@ -13,7 +13,8 @@ const FileUtils = imports.misc.fileUtils;
|
||||
|
||||
var ExtensionType = {
|
||||
SYSTEM: 1,
|
||||
PER_USER: 2
|
||||
PER_USER: 2,
|
||||
SESSION_MODE: 3
|
||||
};
|
||||
|
||||
// Maps uuid -> metadata object
|
||||
|
Reference in New Issue
Block a user