9 lines
274 B
Plaintext
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;
|
|
}
|