1
0
Fork 0

Updating 48/no-overview to version 48 [36f1f8a].

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-03-24 19:45:54 +01:00
parent 8ea5f75cdf
commit 93acf9af9b
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
2 changed files with 3 additions and 11 deletions

View file

@ -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() {

View file

@ -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