1 | // Copyright © SixtyFPS GmbH <info@slint.dev> |
---|---|
2 | // SPDX-License-Identifier: MIT |
3 | |
4 | export global GallerySettings { |
5 | in property <bool> widgets-enabled: true; |
6 | } |
7 |
1 | // Copyright © SixtyFPS GmbH <info@slint.dev> |
---|---|
2 | // SPDX-License-Identifier: MIT |
3 | |
4 | export global GallerySettings { |
5 | in property <bool> widgets-enabled: true; |
6 | } |
7 |