Updating 48/no-overview to version 48 [36f1f8a].
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
8ea5f75cdf
commit
93acf9af9b
2 changed files with 3 additions and 11 deletions
|
@ -9,15 +9,8 @@ import * as Main from 'resource:///org/gnome/shell/ui/main.js';
|
||||||
|
|
||||||
export default class NoOverviewExtension {
|
export default class NoOverviewExtension {
|
||||||
enable() {
|
enable() {
|
||||||
if (!Main.layoutManager._startingUp) {
|
if (Main.layoutManager._startingUp)
|
||||||
return;
|
Main.layoutManager.connectObject('startup-complete', () => Main.overview.hide(), this);
|
||||||
}
|
|
||||||
|
|
||||||
Main.layoutManager.connectObject(
|
|
||||||
'startup-complete',
|
|
||||||
() => Main.overview.hide(),
|
|
||||||
this
|
|
||||||
);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
disable() {
|
disable() {
|
||||||
|
|
|
@ -1,9 +1,8 @@
|
||||||
{
|
{
|
||||||
"_generated": "Generated by SweetTooth, do not edit",
|
|
||||||
"description": "No overview at start-up. Nothing more.",
|
"description": "No overview at start-up. Nothing more.",
|
||||||
"name": "No overview at start-up",
|
"name": "No overview at start-up",
|
||||||
"original-authors": ["fthx"],
|
"original-authors": ["fthx"],
|
||||||
"shell-version": ["46", "47"],
|
"shell-version": ["48"],
|
||||||
"url": "https://github.com/fthx/no-overview",
|
"url": "https://github.com/fthx/no-overview",
|
||||||
"uuid": "no-overview@fthx",
|
"uuid": "no-overview@fthx",
|
||||||
"version": 999
|
"version": 999
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue