From ecf1f38892d3cac2eb8e7c04d8afb80664b80a54 Mon Sep 17 00:00:00 2001 From: Dustin Mierau Date: Fri, 22 Dec 2023 17:55:40 -0800 Subject: Add support for marking unavailable files visually. --- Hotline/Models/Hotline.swift | 1 - 1 file changed, 1 deletion(-) (limited to 'Hotline/Models/Hotline.swift') 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 } -- cgit