diff options
| author | Dustin Mierau <dustin@mierau.me> | 2023-12-22 17:55:40 -0800 |
|---|---|---|
| committer | Dustin Mierau <dustin@mierau.me> | 2023-12-22 17:55:40 -0800 |
| commit | ecf1f38892d3cac2eb8e7c04d8afb80664b80a54 (patch) | |
| tree | bbfcfd47a9b483846fc40ef75e74fd98e5f39951 /Hotline/Models/Hotline.swift | |
| parent | 4ddc0699afedae39fa27e134bec05330426f2120 (diff) | |
Add support for marking unavailable files visually.
Diffstat (limited to 'Hotline/Models/Hotline.swift')
| -rw-r--r-- | Hotline/Models/Hotline.swift | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Hotline/Models/Hotline.swift b/Hotline/Models/Hotline.swift index fa0128c..0e9ca9e 100644 --- a/Hotline/Models/Hotline.swift +++ b/Hotline/Models/Hotline.swift @@ -151,7 +151,6 @@ import SwiftUI } else if path.isEmpty { self?.filesLoaded = true - self?.files = newFiles } |