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