Improve the rendering effect of the Model

This commit is contained in:
ema
2025-07-08 04:06:05 +08:00
parent 3fd444102d
commit 87e04dca9d
6 changed files with 31 additions and 23 deletions

View File

@@ -15,7 +15,6 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>.
using QuickLook.Common.Plugin;
using System.IO;
using System.Linq;
@@ -46,8 +45,4 @@ internal static class Handler
return false;
}
public static void Prepare(string path, ContextObject context)
{
}
}