From eb2379585a12de16f7e3481e99616ff7a9a23699 Mon Sep 17 00:00:00 2001 From: jeffser Date: Thu, 23 May 2024 09:40:29 -0600 Subject: [PATCH] Removed reference to CSS --- src/meson.build | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/meson.build b/src/meson.build index 3b5d0a3..2ae023c 100644 --- a/src/meson.build +++ b/src/meson.build @@ -31,8 +31,7 @@ alpaca_sources = [ 'main.py', 'window.py', 'connection_handler.py', - 'available_models.py', - 'style.css' + 'available_models.py' ] install_data(alpaca_sources, install_dir: moduledir)