/
githubmirror
/
Files
Обзор
Документация
Войти
/
githubmirror
/
Files
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/Files.App/Data/Enums/StatusCenterVisibility.cs
18 строк
318 B
Yair
Feature: Added support for always displaying the status center (#17151)
22 май 2025, 18:25
Не верифицирован
22 май 2025, 18:25
53806c1
Код
Авторство
О чём код?
// Copyright (c) Files Community // Licensed under the MIT License. namespace Files.App.Data.Enums { public enum StatusCenterVisibility { /// <summary> /// Always displayed. /// </summary> Always, /// <summary> /// During active file operations. /// </summary> DuringOngoingFileOperations, } }