Bump to version 68.2
This commit is contained in:
@@ -42,6 +42,7 @@ let zorinDashDelayId = 0
|
||||
export let DTP_EXTENSION = null
|
||||
export let SETTINGS = null
|
||||
export let TILINGSETTINGS = null
|
||||
export let SHELLSETTINGS = null
|
||||
export let DESKTOPSETTINGS = null
|
||||
export let TERMINALSETTINGS = null
|
||||
export let NOTIFICATIONSSETTINGS = null
|
||||
@@ -69,6 +70,9 @@ export default class ZorinTaskbarExtension extends Extension {
|
||||
} catch (e) {
|
||||
console.log(e)
|
||||
}
|
||||
SHELLSETTINGS = new Gio.Settings({
|
||||
schema_id: 'org.gnome.shell',
|
||||
})
|
||||
DESKTOPSETTINGS = new Gio.Settings({
|
||||
schema_id: 'org.gnome.desktop.interface',
|
||||
})
|
||||
@@ -135,6 +139,7 @@ export default class ZorinTaskbarExtension extends Extension {
|
||||
|
||||
DTP_EXTENSION = null
|
||||
SETTINGS = null
|
||||
SHELLSETTINGS = null
|
||||
DESKTOPSETTINGS = null
|
||||
TERMINALSETTINGS = null
|
||||
panelManager = null
|
||||
|
||||
+2
-1
@@ -59,6 +59,7 @@ import * as Transparency from './transparency.js'
|
||||
import {
|
||||
SETTINGS,
|
||||
TILINGSETTINGS,
|
||||
SHELLSETTINGS,
|
||||
DESKTOPSETTINGS,
|
||||
PERSISTENTSTORAGE,
|
||||
EXTENSION_PATH,
|
||||
@@ -1078,7 +1079,7 @@ export const Panel = GObject.registerClass(
|
||||
|
||||
if (
|
||||
TILINGSETTINGS != null &&
|
||||
Main.extensionManager._extensionOrder.includes(ZORIN_TILING_SHELL_UUID) &&
|
||||
SHELLSETTINGS.get_strv('enabled-extensions').includes(ZORIN_TILING_SHELL_UUID) &&
|
||||
TILINGSETTINGS.get_uint('outer-gaps') > 0
|
||||
) {
|
||||
let position = this.getPosition()
|
||||
|
||||
Reference in New Issue
Block a user