Move archive viewer files to ArchiveFile namespace
Some checks failed
build / build (push) Has been cancelled
build / publish (push) Has been cancelled

Renamed and reorganized ArchiveViewer files into a new ArchiveFile subfolder and namespace for better code structure. Updated all relevant namespaces and references accordingly. Minor code cleanups were also applied, such as using collection initializers and default keyword.
This commit is contained in:
ema
2025-12-25 18:48:23 +08:00
parent 7073b132a9
commit 19805f06c5
10 changed files with 19 additions and 17 deletions

View File

@@ -16,6 +16,7 @@
// along with this program. If not, see <http://www.gnu.org/licenses/>.
using QuickLook.Common.Plugin;
using QuickLook.Plugin.ArchiveViewer.ArchiveFile;
using System;
using System.IO;
using System.Linq;
@@ -53,7 +54,7 @@ public class Plugin : IViewer
//".eif", // QQ emoji file (Compound File Binary format)
];
private ArchiveInfoPanel _panel;
private IDisposable _panel;
public int Priority => -5;