1
0
Fork 0
mirror of https://github.com/pawelmalak/flame.git synced 2025-07-24 21:39:36 +02:00

docker api

This commit is contained in:
Pablo Ruiz 2021-08-04 22:19:35 +02:00
parent b5ba9856ed
commit b53509aa69
5 changed files with 110 additions and 3 deletions

View file

@ -18,4 +18,6 @@ export interface SettingsForm {
appsSameTab: number;
bookmarksSameTab: number;
searchSameTab: number;
dockerApps: number;
unpinStoppedApps: number;
}