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 {
enable() {
if (!Main.layoutManager._startingUp) {
return;
}
Main.layoutManager.connectObject(
'startup-complete',
() => Main.overview.hide(),
this
);
if (Main.layoutManager._startingUp)
Main.layoutManager.connectObject('startup-complete', () => Main.overview.hide(), this);
}
disable() {

View file

@ -1,9 +1,8 @@
{
"_generated": "Generated by SweetTooth, do not edit",
"description": "No overview at start-up. Nothing more.",
"name": "No overview at start-up",
"original-authors": ["fthx"],
"shell-version": ["46", "47"],
"shell-version": ["48"],
"url": "https://github.com/fthx/no-overview",
"uuid": "no-overview@fthx",
"version": 999