From 36205459875e729209392125ae89b1f636eb18d8 Mon Sep 17 00:00:00 2001 From: Maxim Kraev Date: Tue, 15 Apr 2014 22:07:17 +0400 Subject: [PATCH] 3.12 support was added --- extension.js | 2 +- metadata.json | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/extension.js b/extension.js index 3f243ee..d32833c 100644 --- a/extension.js +++ b/extension.js @@ -33,7 +33,7 @@ function init() { } function enable() { - if(ExtensionUtils.versionCheck(['3.8', '3.10'], Config.PACKAGE_VERSION)) { + if(ExtensionUtils.versionCheck(['3.8', '3.10', '3.12'], Config.PACKAGE_VERSION)) { _destroy_hot_corners(); // Hot corners may be re-created afterwards (for example, If there's a monitor change). // So we catch all changes. diff --git a/metadata.json b/metadata.json index c7b1b3a..3c58c6b 100644 --- a/metadata.json +++ b/metadata.json @@ -1,11 +1,11 @@ { - "_generated": "Generated by SweetTooth, do not edit", - "description": "This extension disables the top left hot corners. You can still click on Activities or press the dedicated key to reach the overview. Won't work with other extensions modifying the Activities button and on fallback/flashback mode. On versions prior to 3.8, may not disable other hotcorners in multiscreen configurations.", - "name": "No Topleft Hot Corner", + "_generated": "Generated by SweetTooth, do not edit", + "description": "This extension disables the top left hot corners. You can still click on Activities or press the dedicated key to reach the overview. Won't work with other extensions modifying the Activities button and on fallback/flashback mode. On versions prior to 3.8, may not disable other hotcorners in multiscreen configurations.", + "name": "No Topleft Hot Corner", "shell-version": [ - "3.10", "3.8", "3.6", "3.4" - ], - "url": "https://github.com/HROMANO/nohotcorner/", - "uuid": "nohotcorner@azuri.free.fr", + "3.12", "3.10", "3.8", "3.6", "3.4" + ], + "url": "https://github.com/HROMANO/nohotcorner/", + "uuid": "nohotcorner@azuri.free.fr", "version": 7 }