mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
6 lines
203 B
JavaScript
6 lines
203 B
JavaScript
|
|
// SPDX-FileCopyrightText: 2024 Devin Lin <devin@kde.org>
|
||
|
|
// SPDX-License-Identifier: LGPL-2.0-or-later
|
||
|
|
|
||
|
|
const bottomPanel = new Panel("org.kde.plasma.mobile.taskpanel")
|
||
|
|
bottomPanel.location = "bottom";
|