Files
deckui/remote/ui/app-manager.slint
2023-08-06 12:03:03 +02:00

9 lines
274 B
Plaintext

// SPDX-FileCopyrightText: 2022 Florian Blasius <co-sl@tutanota.com>
// SPDX-License-Identifier: MIT
export global AppManager {
in-out property <bool> keyboard-enabled: true;
in-out property <bool> widgets-enabled: true;
in-out property <bool> debug: false;
}