trcc-linux 8.3.4__tar.gz → 8.3.6__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/PKG-INFO +11 -8
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/README.md +10 -7
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/pyproject.toml +1 -1
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/__version__.py +1 -1
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/core/models.py +2 -2
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/qt_components/color_and_add_panels.py +6 -60
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/qt_components/lcd_handler.py +13 -1
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/qt_components/trcc_app.py +7 -1
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/tests/core/test_encoding.py +8 -7
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/tests/core/test_models.py +7 -7
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/tests/qt_components/test_lcd_handler.py +56 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/tests/qt_components/test_theme_setting.py +37 -31
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/tests/qt_components/test_trcc_app.py +1 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/tests/services/test_services.py +3 -3
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/.gitignore +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/LICENSE +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/__init__.py +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/__main__.py +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/adapters/__init__.py +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/adapters/device/__init__.py +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/adapters/device/_usb_helpers.py +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/adapters/device/bulk.py +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/adapters/device/detector.py +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/adapters/device/factory.py +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/adapters/device/frame.py +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/adapters/device/hid.py +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/adapters/device/lcd.py +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/adapters/device/led.py +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/adapters/device/led_kvm.py +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/adapters/device/led_segment.py +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/adapters/device/ly.py +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/adapters/device/scsi.py +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/adapters/infra/__init__.py +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/adapters/infra/binary_reader.py +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/adapters/infra/data_repository.py +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/adapters/infra/dc_config.py +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/adapters/infra/dc_parser.py +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/adapters/infra/dc_writer.py +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/adapters/infra/debug_report.py +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/adapters/infra/doctor.py +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/adapters/infra/font_resolver.py +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/adapters/infra/media_player.py +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/adapters/infra/network.py +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/adapters/infra/theme_cloud.py +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/adapters/infra/theme_downloader.py +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/adapters/render/__init__.py +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/adapters/render/pil.py +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/adapters/render/qt.py +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/adapters/system/__init__.py +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/adapters/system/config.py +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/adapters/system/hardware.py +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/adapters/system/sensors.py +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/api/__init__.py +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/api/devices.py +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/api/display.py +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/api/led.py +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/api/models.py +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/api/system.py +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/api/themes.py +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/com.github.lexonight1.trcc.policy +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/fonts/MSYH.TTC +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/fonts/MSYHBD.TTC +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/fonts/README.md +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/240240.gif +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/240320.gif +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/320240.gif +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/320320.gif +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/A0/345/205/263/344/272/216.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/A0/345/205/263/344/272/216d.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/A0/345/205/263/344/272/216e.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/A0/345/205/263/344/272/216en.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/A0/345/205/263/344/272/216f.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/A0/345/205/263/344/272/216h.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/A0/345/205/263/344/272/216p.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/A0/345/205/263/344/272/216r.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/A0/345/205/263/344/272/216tc.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/A0/345/205/263/344/272/216x.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/A0/345/220/257/345/212/250/347/225/214/351/235/242.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/A0/346/225/260/346/215/256/345/210/227/350/241/250.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/A0/346/227/240/350/256/276/345/244/207.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/A0/346/227/240/350/256/276/345/244/207en.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/A0/346/227/240/350/256/276/345/244/207tc.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/A0/347/241/254/344/273/266/345/210/227/350/241/250.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/A1AK120 Digital.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/A1AK120 Digitala.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/A1AK120_Digital.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/A1AK120_Digitala.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/A1AS120 VISION.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/A1AS120 VISIONa.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/A1AS120_VISION.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/A1AS120_VISIONa.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/A1AX120 DIGITAL.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/A1AX120 DIGITALa.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/A1AX120_DIGITAL.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/A1AX120_DIGITALa.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/A1BA120 VISION.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/A1BA120 VISIONa.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/A1BA120_VISION.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/A1BA120_VISIONa.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/A1CORE VISION.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/A1CORE VISIONa.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/A1CORE_VISION.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/A1CORE_VISIONa.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/A1CZ1.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/A1CZ1a.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/A1CZ2.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/A1CZ2a.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/A1CZTV.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/A1CZTVa.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/A1ELITE VISION.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/A1ELITE VISIONa.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/A1ELITE_VISION.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/A1ELITE_VISIONa.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/A1FROZEN HORIZON PRO.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/A1FROZEN HORIZON PROa.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/A1FROZEN MAGIC PRO.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/A1FROZEN MAGIC PROa.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/A1FROZEN VISION V2.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/A1FROZEN VISION V2a.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/A1FROZEN WARFRAME PRO.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/A1FROZEN WARFRAME PROa.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/A1FROZEN WARFRAME SE.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/A1FROZEN WARFRAME SEa.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/A1FROZEN WARFRAME.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/A1FROZEN WARFRAMEa.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/A1FROZEN_HORIZON_PRO.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/A1FROZEN_HORIZON_PROa.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/A1FROZEN_MAGIC_PRO.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/A1FROZEN_MAGIC_PROa.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/A1FROZEN_VISION_V2.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/A1FROZEN_VISION_V2a.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/A1FROZEN_WARFRAME.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/A1FROZEN_WARFRAME_PRO.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/A1FROZEN_WARFRAME_PROa.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/A1FROZEN_WARFRAME_SE.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/A1FROZEN_WARFRAME_SEa.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/A1FROZEN_WARFRAMEa.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/A1GRAND VISION.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/A1GRAND VISIONa.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/A1GRAND_VISION.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/A1GRAND_VISIONa.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/A1HR10 2280 PRO DIGITAL.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/A1HR10 2280 PRO DIGITALa.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/A1HYPER VISION.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/A1HYPER VISIONa.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/A1HYPER_VISION.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/A1HYPER_VISIONa.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/A1KVMALEDC6.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/A1KVMALEDC6a.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/A1LC1.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/A1LC1a.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/A1LC2.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/A1LC2JD.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/A1LC2JDa.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/A1LC2a.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/A1LC3.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/A1LC3a.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/A1LC5.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/A1LC5a.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/A1LC7.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/A1LC7a.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/A1LC8.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/A1LC8a.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/A1LC9.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/A1LC9a.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/A1LD10.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/A1LD10a.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/A1LD6.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/A1LD6a.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/A1LD7.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/A1LD7a.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/A1LD8.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/A1LD8a.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/A1LD9.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/A1LD9a.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/A1LF10.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/A1LF10V.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/A1LF10Va.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/A1LF10a.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/A1LF11.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/A1LF11a.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/A1LF12.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/A1LF12a.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/A1LF13.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/A1LF13a.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/A1LF14.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/A1LF14a.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/A1LF15.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/A1LF15a.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/A1LF16.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/A1LF167.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/A1LF16a.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/A1LF17a.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/A1LF18.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/A1LF18a.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/A1LF19.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/A1LF19a.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/A1LF20.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/A1LF20a.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/A1LF21.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/A1LF21a.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/A1LF22.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/A1LF22a.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/A1LF25.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/A1LF25a.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/A1LF8.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/A1LF8a.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/A1LM16SE.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/A1LM16SEa.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/A1LM19SE.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/A1LM19SEa.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/A1LM22.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/A1LM22a.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/A1LM24.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/A1LM24a.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/A1LM26.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/A1LM26a.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/A1LM27.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/A1LM27a.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/A1LM30.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/A1LM30a.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/A1Mjolnir VISION PRO.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/A1Mjolnir VISION PROa.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/A1Mjolnir VISION.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/A1Mjolnir VISIONa.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/A1Mjolnir_VISION.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/A1Mjolnir_VISION_PRO.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/A1Mjolnir_VISION_PROa.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/A1Mjolnir_VISIONa.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/A1PA120 DIGITAL.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/A1PA120 DIGITALa.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/A1PA120_DIGITAL.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/A1PA120_DIGITALa.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/A1PC1.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/A1PC1a.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/A1RK120 DIGITAL.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/A1RK120 DIGITALa.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/A1RK120_DIGITAL.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/A1RK120_DIGITALa.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/A1RP130 VISION.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/A1RP130 VISIONa.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/A1RP130_VISION.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/A1RP130_VISIONa.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/A1Stream Vision.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/A1Stream Visiona.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/A1Stream_Vision.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/A1Stream_Visiona.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/A1/344/274/240/346/204/237/345/231/250.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/A1/344/274/240/346/204/237/345/231/250a.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/A1/345/205/263/344/272/216.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/A1/345/205/263/344/272/216a.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/A2_update_overlay.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/A2/344/270/213/346/213/211/346/241/206/345/272/225/345/233/276.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/A2/344/270/213/346/213/211/346/241/206/351/200/211/346/213/251/346/235/241.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/A2/344/270/213/346/213/211/351/200/211/346/213/251/346/241/206.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/A2/347/253/213/345/215/263/346/233/264/346/226/260.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/Acpu.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/Adram.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/Afan.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/Agpu.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/Ahdd.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/Alogout/351/200/211/344/270/255.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/Alogout/351/273/230/350/256/244.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/Anet.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/A/344/270/212/344/270/200/351/241/265a.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/A/344/270/213/344/270/200/351/241/265a.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/A/345/242/236/345/212/240/346/225/260/347/273/204.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/A/346/225/260/346/215/256/351/200/211/346/213/251.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/A/346/273/232/345/212/250/346/235/241.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/A/350/207/252/345/256/232/344/271/211.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/D0CZ1.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/D0CZ1d.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/D0CZ1e.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/D0CZ1en.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/D0CZ1f.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/D0CZ1h.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/D0CZ1p.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/D0CZ1r.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/D0CZ1tc.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/D0CZ1x.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/D0KVMA/347/201/257/346/216/247.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/D0LC1.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/D0LC1d.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/D0LC1e.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/D0LC1en.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/D0LC1f.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/D0LC1h.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/D0LC1p.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/D0LC1r.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/D0LC1tc.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/D0LC1x.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/D0LC2.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/D0LC2d.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/D0LC2e.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/D0LC2en.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/D0LC2f.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/D0LC2h.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/D0LC2p.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/D0LC2r.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/D0LC2tc.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/D0LC2x.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/D0LF10.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/D0LF10d.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/D0LF10e.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/D0LF10en.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/D0LF10f.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/D0LF10h.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/D0LF10p.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/D0LF10r.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/D0LF10tc.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/D0LF10x.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/D0LF11.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/D0LF11d.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/D0LF11e.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/D0LF11en.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/D0LF11f.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/D0LF11h.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/D0LF11p.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/D0LF11r.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/D0LF11tc.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/D0LF11x.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/D0LF12.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/D0LF12d.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/D0LF12e.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/D0LF12en.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/D0LF12f.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/D0LF12h.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/D0LF12p.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/D0LF12r.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/D0LF12tc.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/D0LF12x.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/D0LF13.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/D0LF13d.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/D0LF13e.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/D0LF13en.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/D0LF13f.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/D0LF13h.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/D0LF13p.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/D0LF13r.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/D0LF13tc.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/D0LF13x.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/D0LF15.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/D0LF15d.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/D0LF15e.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/D0LF15en.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/D0LF15f.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/D0LF15h.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/D0LF15p.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/D0LF15r.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/D0LF15tc.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/D0LF15x.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/D0LF8.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/D0LF8d.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/D0LF8e.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/D0LF8en.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/D0LF8f.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/D0LF8h.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/D0LF8p.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/D0LF8r.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/D0LF8tc.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/D0LF8x.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/D0rgblf13.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/D0/346/225/260/347/240/201/345/261/217.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/D0/346/225/260/347/240/201/345/261/2174/345/214/272/345/237/237.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/D0/346/225/260/347/240/201/345/261/2174/345/214/272/345/237/237d.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/D0/346/225/260/347/240/201/345/261/2174/345/214/272/345/237/237e.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/D0/346/225/260/347/240/201/345/261/2174/345/214/272/345/237/237en.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/D0/346/225/260/347/240/201/345/261/2174/345/214/272/345/237/237f.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/D0/346/225/260/347/240/201/345/261/2174/345/214/272/345/237/237h.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/D0/346/225/260/347/240/201/345/261/2174/345/214/272/345/237/237p.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/D0/346/225/260/347/240/201/345/261/2174/345/214/272/345/237/237r.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/D0/346/225/260/347/240/201/345/261/2174/345/214/272/345/237/237tc.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/D0/346/225/260/347/240/201/345/261/2174/345/214/272/345/237/237x.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/D0/346/225/260/347/240/201/345/261/217d.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/D0/346/225/260/347/240/201/345/261/217e.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/D0/346/225/260/347/240/201/345/261/217en.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/D0/346/225/260/347/240/201/345/261/217f.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/D0/346/225/260/347/240/201/345/261/217h.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/D0/346/225/260/347/240/201/345/261/217p.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/D0/346/225/260/347/240/201/345/261/217r.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/D0/346/225/260/347/240/201/345/261/217tc.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/D0/346/225/260/347/240/201/345/261/217x.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/D1/345/244/226/351/203/250/350/276/223/345/207/272.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/D1/345/244/226/351/203/250/350/276/223/345/207/272a.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/D1/345/244/264/347/233/2241.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/D1/345/244/264/347/233/2242.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/D1/345/244/264/347/233/2243.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/D1/345/244/264/347/233/2244.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/D1/345/244/264/347/233/2245.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/D1/347/201/257/345/205/211/350/201/232/345/220/210.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/D1/347/201/257/345/205/211/350/201/232/345/220/210a.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/D2/347/201/257/345/205/2111.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/D2/347/201/257/345/205/21110.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/D2/347/201/257/345/205/21110a.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/D2/347/201/257/345/205/21111.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/D2/347/201/257/345/205/21111a.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/D2/347/201/257/345/205/21112.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/D2/347/201/257/345/205/21112a.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/D2/347/201/257/345/205/2111a.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/D2/347/201/257/345/205/2112.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/D2/347/201/257/345/205/2112a.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/D2/347/201/257/345/205/2113.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/D2/347/201/257/345/205/2113a.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/D2/347/201/257/345/205/2114.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/D2/347/201/257/345/205/2114a.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/D2/347/201/257/345/205/2115.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/D2/347/201/257/345/205/2115a.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/D2/347/201/257/345/205/2116.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/D2/347/201/257/345/205/2116a.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/D2/347/201/257/345/205/2117.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/D2/347/201/257/345/205/2117a.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/D2/347/201/257/345/205/2118.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/D2/347/201/257/345/205/2118a.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/D2/347/201/257/345/205/2119.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/D2/347/201/257/345/205/2119a.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/D3/345/274/200/345/205/263.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/D3/345/274/200/345/205/263a.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/D3/345/274/200/345/205/263b.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/D3/346/227/213/351/222/256.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/D3/346/227/213/351/222/2560.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/D3/346/251/231.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/D3/346/271/226.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/D3/346/273/221/345/212/250/346/235/241/346/214/211/351/222/256.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/D3/347/201/257/345/205/211/347/247/2001.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/D3/347/201/257/345/205/211/347/247/2001a.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/D3/347/201/257/345/205/211/347/247/2002.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/D3/347/201/257/345/205/211/347/247/2002a.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/D3/347/201/257/345/205/211/347/247/2003.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/D3/347/201/257/345/205/211/347/247/2003a.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/D3/347/231/275.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/D3/347/264/253.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/D3/347/272/242.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/D3/347/273/277.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/D3/350/223/235.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/D3/351/273/204.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/D4/345/274/200/346/234/272.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/D4/345/274/200/346/234/272a.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/D4/346/214/211/351/222/2561.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/D4/346/214/211/351/222/2561a.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/D4/346/214/211/351/222/2562.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/D4/346/214/211/351/222/2562a.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/D4/346/214/211/351/222/2563.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/D4/346/214/211/351/222/2563a.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/D4/346/214/211/351/222/2564.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/D4/346/214/211/351/222/2564a.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/D4/346/250/241/345/274/2171.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/D4/346/250/241/345/274/2171a.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/D4/346/250/241/345/274/2172.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/D4/346/250/241/345/274/2172a.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/D4/346/250/241/345/274/2173.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/D4/346/250/241/345/274/2173a.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/D4/346/250/241/345/274/2174.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/D4/346/250/241/345/274/2174a.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/D4/346/250/241/345/274/2175.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/D4/346/250/241/345/274/2175a.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/D4/346/250/241/345/274/2176.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/D4/346/250/241/345/274/2176a.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/DAK120_DIGITAL.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/DAX120_DIGITAL.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/DCZ1.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/DFROZEN_HORIZON_PRO.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/DFROZEN_MAGIC_PRO.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/DLC1.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/DLC2.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/DLF10.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/DLF11.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/DLF12.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/DLF13.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/DLF15.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/DLF8.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/DPA120 DIGITAL.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/DPA120_DIGITAL.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/Dch1.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/Dch2.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/Dch3.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/Dch4.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/Dchcz1.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/D/344/270/213/346/213/211/346/241/206.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/D/344/270/213/346/213/211/346/241/2062.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/D/344/270/213/346/213/211/350/217/234/345/215/225.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/D/344/270/213/346/213/211/350/217/234/345/215/2252.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/D/344/270/213/346/213/211/351/253/230/344/272/256.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/D/344/270/213/346/213/211/351/253/230/344/272/2562.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/F0/345/211/257/345/261/217.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/F0/345/211/257/345/261/217d.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/F0/345/211/257/345/261/217e.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/F0/345/211/257/345/261/217en.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/F0/345/211/257/345/261/217f.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/F0/345/211/257/345/261/217h.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/F0/345/211/257/345/261/217p.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/F0/345/211/257/345/261/217r.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/F0/345/211/257/345/261/217tc.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/F0/345/211/257/345/261/217x.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/FROZEN_WARFRAME_Ultra.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/FROZEN_WARFRAME_Ultraa.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P01/344/272/256/345/272/246/350/260/203/346/225/264.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P01/345/206/205/345/256/271.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P01/345/206/205/345/256/271d.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P01/345/206/205/345/256/271e.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P01/345/206/205/345/256/271en.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P01/345/206/205/345/256/271f.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P01/345/206/205/345/256/271h.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P01/345/206/205/345/256/271p.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P01/345/206/205/345/256/271r.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P01/345/206/205/345/256/271tc.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P01/345/206/205/345/256/271x.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P01/345/212/250/347/224/273/350/201/224/345/212/250.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P01/345/217/202/346/225/260/351/235/242/346/235/277.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P01/345/217/202/346/225/260/351/235/242/346/235/277d.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P01/345/217/202/346/225/260/351/235/242/346/235/277e.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P01/345/217/202/346/225/260/351/235/242/346/235/277en.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P01/345/217/202/346/225/260/351/235/242/346/235/277f.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P01/345/217/202/346/225/260/351/235/242/346/235/277h.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P01/345/217/202/346/225/260/351/235/242/346/235/277p.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P01/345/217/202/346/225/260/351/235/242/346/235/277r.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P01/345/217/202/346/225/260/351/235/242/346/235/277tc.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P01/345/217/202/346/225/260/351/235/242/346/235/277x.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P01/345/242/236/345/212/240/345/206/205/345/256/271.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P01/345/242/236/345/212/240/345/206/205/345/256/271/351/201/256/347/275/251.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P01/345/270/203/345/261/200/350/222/231/346/235/277.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P01/345/270/203/345/261/200/350/222/231/346/235/277d.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P01/345/270/203/345/261/200/350/222/231/346/235/277e.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P01/345/270/203/345/261/200/350/222/231/346/235/277en.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P01/345/270/203/345/261/200/350/222/231/346/235/277f.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P01/345/270/203/345/261/200/350/222/231/346/235/277h.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P01/345/270/203/345/261/200/350/222/231/346/235/277p.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P01/345/270/203/345/261/200/350/222/231/346/235/277r.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P01/345/270/203/345/261/200/350/222/231/346/235/277tc.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P01/345/270/203/345/261/200/350/222/231/346/235/277x.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P01/345/277/253/346/215/267/346/226/271/345/274/217.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P01/345/277/253/346/215/267/346/226/271/345/274/217d.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P01/345/277/253/346/215/267/346/226/271/345/274/217e.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P01/345/277/253/346/215/267/346/226/271/345/274/217en.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P01/345/277/253/346/215/267/346/226/271/345/274/217f.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P01/345/277/253/346/215/267/346/226/271/345/274/217p.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P01/345/277/253/346/215/267/346/226/271/345/274/217r.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P01/345/277/253/346/215/267/346/226/271/345/274/217tc.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P01/345/277/253/346/215/267/346/226/271/345/274/217x.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P01/346/212/225/345/261/217/346/230/276/347/244/272xy.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P01/346/212/225/345/261/217/346/230/276/347/244/272xyd.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P01/346/212/225/345/261/217/346/230/276/347/244/272xye.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P01/346/212/225/345/261/217/346/230/276/347/244/272xyen.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P01/346/212/225/345/261/217/346/230/276/347/244/272xyf.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P01/346/212/225/345/261/217/346/230/276/347/244/272xyh.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P01/346/212/225/345/261/217/346/230/276/347/244/272xyp.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P01/346/212/225/345/261/217/346/230/276/347/244/272xyr.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P01/346/212/225/345/261/217/346/230/276/347/244/272xytc.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P01/346/212/225/345/261/217/346/230/276/347/244/272xyx.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P01/346/212/225/345/261/217/346/230/276/347/244/272yx.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P01/346/212/225/345/261/217/346/230/276/347/244/272yxd.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P01/346/212/225/345/261/217/346/230/276/347/244/272yxe.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P01/346/212/225/345/261/217/346/230/276/347/244/272yxen.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P01/346/212/225/345/261/217/346/230/276/347/244/272yxf.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P01/346/212/225/345/261/217/346/230/276/347/244/272yxh.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P01/346/212/225/345/261/217/346/230/276/347/244/272yxp.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P01/346/212/225/345/261/217/346/230/276/347/244/272yxr.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P01/346/212/225/345/261/217/346/230/276/347/244/272yxtc.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P01/346/212/225/345/261/217/346/230/276/347/244/272yxx.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P01/346/222/255/346/224/276/345/231/250.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P01/346/222/255/346/224/276/345/231/250d.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P01/346/222/255/346/224/276/345/231/250e.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P01/346/222/255/346/224/276/345/231/250en.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P01/346/222/255/346/224/276/345/231/250f.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P01/346/222/255/346/224/276/345/231/250h.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P01/346/222/255/346/224/276/345/231/250p.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P01/346/222/255/346/224/276/345/231/250r.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P01/346/222/255/346/224/276/345/231/250tc.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P01/346/222/255/346/224/276/345/231/250x.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P01/346/227/266/351/227/264/346/230/276/347/244/272.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P01/346/227/266/351/227/264/346/230/276/347/244/272en.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P01/346/227/266/351/227/264/346/230/276/347/244/272tc.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P01/346/250/241/345/235/227/350/256/276/347/275/256.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P01/347/263/273/347/273/237/344/277/241/346/201/257.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P01/347/263/273/347/273/237/344/277/241/346/201/257en.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P01/347/263/273/347/273/237/344/277/241/346/201/257tc.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P01/350/203/214/346/231/257/346/230/276/347/244/272.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P01/350/203/214/346/231/257/346/230/276/347/244/272d.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P01/350/203/214/346/231/257/346/230/276/347/244/272e.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P01/350/203/214/346/231/257/346/230/276/347/244/272en.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P01/350/203/214/346/231/257/346/230/276/347/244/272f.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P01/350/203/214/346/231/257/346/230/276/347/244/272h.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P01/350/203/214/346/231/257/346/230/276/347/244/272p.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P01/350/203/214/346/231/257/346/230/276/347/244/272r.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P01/350/203/214/346/231/257/346/230/276/347/244/272tc.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P01/350/203/214/346/231/257/346/230/276/347/244/272x.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P01/350/207/252/345/256/232/346/226/207/345/255/227.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P01/350/207/252/345/256/232/346/226/207/345/255/227en.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P01/350/207/252/345/256/232/346/226/207/345/255/227tc.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P01/351/224/256/347/233/230/350/201/224/345/212/2501.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P01/351/224/256/347/233/230/350/201/224/345/212/2502.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P01/351/224/256/347/233/230/350/201/224/345/212/2503.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P0CZTV.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P0CZTVd.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P0CZTVe.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P0CZTVen.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P0CZTVf.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P0CZTVh.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P0CZTVp.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P0CZTVr.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P0CZTVtc.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P0CZTVx.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P0M1.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P0M2.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P0M3.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P0M4.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P0M5.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P0M5a.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P0M6.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P0/344/270/273/351/242/230/350/256/276/347/275/256.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P0/344/272/221/347/253/257/344/270/273/351/242/230.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P0/344/272/221/347/253/257/344/270/273/351/242/230d.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P0/344/272/221/347/253/257/344/270/273/351/242/230e.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P0/344/272/221/347/253/257/344/270/273/351/242/230en.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P0/344/272/221/347/253/257/344/270/273/351/242/230f.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P0/344/272/221/347/253/257/344/270/273/351/242/230h.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P0/344/272/221/347/253/257/344/270/273/351/242/230p.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P0/344/272/221/347/253/257/344/270/273/351/242/230r.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P0/344/272/221/347/253/257/344/270/273/351/242/230tc.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P0/344/272/221/347/253/257/344/270/273/351/242/230x.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P0/344/272/221/347/253/257/350/203/214/346/231/257.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P0/344/272/221/347/253/257/350/203/214/346/231/257d.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P0/344/272/221/347/253/257/350/203/214/346/231/257e.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P0/344/272/221/347/253/257/350/203/214/346/231/257en.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P0/344/272/221/347/253/257/350/203/214/346/231/257f.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P0/344/272/221/347/253/257/350/203/214/346/231/257p.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P0/344/272/221/347/253/257/350/203/214/346/231/257r.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P0/344/272/221/347/253/257/350/203/214/346/231/257tc.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P0/344/272/221/347/253/257/350/203/214/346/231/257x.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P0/345/233/276/347/211/207/350/243/201/345/207/217110480.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P0/345/233/276/347/211/207/350/243/201/345/207/217116480.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P0/345/233/276/347/211/207/350/243/201/345/207/217160480.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P0/345/233/276/347/211/207/350/243/201/345/207/217180400.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P0/345/233/276/347/211/207/350/243/201/345/207/217180480.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P0/345/233/276/347/211/207/350/243/201/345/207/217240240.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P0/345/233/276/347/211/207/350/243/201/345/207/217240320.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P0/345/233/276/347/211/207/350/243/201/345/207/217240400.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P0/345/233/276/347/211/207/350/243/201/345/207/217240427.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P0/345/233/276/347/211/207/350/243/201/345/207/217270480.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P0/345/233/276/347/211/207/350/243/201/345/207/217320240.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P0/345/233/276/347/211/207/350/243/201/345/207/217320320.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P0/345/233/276/347/211/207/350/243/201/345/207/21732086.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P0/345/233/276/347/211/207/350/243/201/345/207/217360360.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P0/345/233/276/347/211/207/350/243/201/345/207/217400180.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P0/345/233/276/347/211/207/350/243/201/345/207/217400240.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P0/345/233/276/347/211/207/350/243/201/345/207/217427240.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P0/345/233/276/347/211/207/350/243/201/345/207/217480110.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P0/345/233/276/347/211/207/350/243/201/345/207/217480116.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P0/345/233/276/347/211/207/350/243/201/345/207/217480160.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P0/345/233/276/347/211/207/350/243/201/345/207/217480180.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P0/345/233/276/347/211/207/350/243/201/345/207/217480270.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P0/345/233/276/347/211/207/350/243/201/345/207/217480480.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P0/345/233/276/347/211/207/350/243/201/345/207/21786320.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P0/346/222/255/346/224/276.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P0/346/222/255/346/224/276/345/231/250/346/216/247/345/210/266.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P0/346/232/202/345/201/234.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P0/346/234/254/345/234/260/344/270/273/351/242/230.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P0/346/234/254/345/234/260/344/270/273/351/242/230d.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P0/346/234/254/345/234/260/344/270/273/351/242/230e.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P0/346/234/254/345/234/260/344/270/273/351/242/230en.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P0/346/234/254/345/234/260/344/270/273/351/242/230f.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P0/346/234/254/345/234/260/344/270/273/351/242/230h.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P0/346/234/254/345/234/260/344/270/273/351/242/230p.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P0/346/234/254/345/234/260/344/270/273/351/242/230r.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P0/346/234/254/345/234/260/344/270/273/351/242/230tc.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P0/346/234/254/345/234/260/344/270/273/351/242/230x.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P0/347/263/273/347/273/237/344/277/241/346/201/257.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P0/347/263/273/347/273/237/344/277/241/346/201/257d.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P0/347/263/273/347/273/237/344/277/241/346/201/257e.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P0/347/263/273/347/273/237/344/277/241/346/201/257f.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P0/347/263/273/347/273/237/344/277/241/346/201/257h.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P0/347/263/273/347/273/237/344/277/241/346/201/257p.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P0/347/263/273/347/273/237/344/277/241/346/201/257r.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P0/347/263/273/347/273/237/344/277/241/346/201/257x.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P0/350/243/201/345/207/217110480.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P0/350/243/201/345/207/217116480.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P0/350/243/201/345/207/217160480.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P0/350/243/201/345/207/217180400.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P0/350/243/201/345/207/217180480.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P0/350/243/201/345/207/217240240.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P0/350/243/201/345/207/217240320.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P0/350/243/201/345/207/217240400.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P0/350/243/201/345/207/217240427.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P0/350/243/201/345/207/217270480.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P0/350/243/201/345/207/217320240.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P0/350/243/201/345/207/217320320.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P0/350/243/201/345/207/21732086.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P0/350/243/201/345/207/217360360.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P0/350/243/201/345/207/217400180.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P0/350/243/201/345/207/217400240.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P0/350/243/201/345/207/217427240.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P0/350/243/201/345/207/217480110.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P0/350/243/201/345/207/217480116.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P0/350/243/201/345/207/217480160.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P0/350/243/201/345/207/217480180.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P0/350/243/201/345/207/217480270.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P0/350/243/201/345/207/217480480.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P0/350/243/201/345/207/21786320.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P0/351/242/204/350/247/210.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P0/351/242/204/350/247/210a.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P0/351/242/204/350/247/210/345/274/271/347/252/2271280X480.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P0/351/242/204/350/247/210/345/274/271/347/252/2271920X440.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P0/351/242/204/350/247/210/345/274/271/347/252/2271920X462.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P0/351/242/204/350/247/210/345/274/271/347/252/227320X960.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P0/351/242/204/350/247/210/345/274/271/347/252/227360X800.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P0/351/242/204/350/247/210/345/274/271/347/252/227440X1920.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P0/351/242/204/350/247/210/345/274/271/347/252/227462X1920.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P0/351/242/204/350/247/210/345/274/271/347/252/227480X1280.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P0/351/242/204/350/247/210/345/274/271/347/252/227480X800.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P0/351/242/204/350/247/210/345/274/271/347/252/227480X854.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P0/351/242/204/350/247/210/345/274/271/347/252/227540X960.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P0/351/242/204/350/247/210/345/274/271/347/252/227800X360.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P0/351/242/204/350/247/210/345/274/271/347/252/227800X480.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P0/351/242/204/350/247/210/345/274/271/347/252/227854X480.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P0/351/242/204/350/247/210/345/274/271/347/252/227960X320.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P0/351/242/204/350/247/210/345/274/271/347/252/227960X540.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P12H.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P1/347/263/273/347/273/237/344/277/241/346/201/257en.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P1/347/263/273/347/273/237/344/277/241/346/201/257tc.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P240240.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P240320.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P24H.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P320240.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P320320.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/PDM.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/PDMY.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/PL0.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/PL1.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/PL2.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/PL3.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/PM1.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/PM1a.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/PM2.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/PM2a.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/PM3.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/PM3a.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/PM4.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/PM4a.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/PM5.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/PM5a.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/PM6.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/PM6a.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/PMD.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/PYMD.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P/344/270/213/346/213/211/346/241/206.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P/344/270/213/346/213/211/346/241/206/345/272/225/345/233/2762X.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P/344/270/213/346/213/211/346/241/206/345/272/225/345/233/2764X.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P/344/270/213/346/213/211/346/241/206/351/253/230/344/272/256.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P/344/270/273/351/242/230/345/210/206/347/261/273/351/200/211/346/213/251.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P/344/270/273/351/242/230/345/210/206/347/261/273/351/200/211/346/213/2510.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P/344/270/273/351/242/230/350/256/276/347/275/256.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P/344/270/273/351/242/230/350/256/276/347/275/256a.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P/344/270/273/351/242/230/350/275/256/346/222/255.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P/344/270/273/351/242/230/350/275/256/346/222/255a.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P/344/272/221/347/253/257/344/270/273/351/242/230.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P/344/272/221/347/253/257/344/270/273/351/242/230a.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P/344/272/221/347/253/257/350/203/214/346/231/257.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P/344/272/221/347/253/257/350/203/214/346/231/257a.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P/344/272/256/345/272/246/346/235/241.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P/344/277/235/345/255/230/344/270/273/351/242/230.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P/345/205/263/351/227/255/346/214/211/351/222/256.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P/345/205/263/351/227/255/346/214/211/351/222/2562.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P/345/207/217.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P/345/211/252/350/276/221/345/235/227a.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P/345/211/252/350/276/221/345/235/227b.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P/345/212/237/350/203/275/351/200/211/346/213/251.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P/345/212/237/350/203/275/351/200/211/346/213/251a.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P/345/212/240.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P/345/212/250/347/224/273.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P/345/215/225/344/275/215/345/274/200/345/205/263.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P/345/215/225/344/275/215/345/274/200/345/205/263a.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P/345/217/226/350/211/262.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P/345/220/270/347/256/241.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P/345/233/276/346/240/207.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P/345/233/276/347/211/207.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P/345/234/206/345/275/242/345/205/263/351/227/255.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P/345/234/206/345/275/242/347/241/256/345/256/232.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P/345/242/236/345/212/240/345/206/205/345/256/271.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P/345/242/236/345/212/240/345/233/276/346/240/207.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P/345/242/236/345/212/240/346/226/207/346/234/254.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P/345/242/236/345/212/240/346/226/207/346/234/2541.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P/345/242/236/345/212/240/346/227/245/346/234/237.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P/345/242/236/345/212/240/346/227/245/346/234/2371.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P/345/242/236/345/212/240/346/227/266/351/227/264.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P/345/242/236/345/212/240/346/227/266/351/227/2641.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P/345/242/236/345/212/240/346/230/237/346/234/237.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P/345/242/236/345/212/240/346/230/237/346/234/2371.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P/345/244/232/351/200/211.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P/345/244/232/351/200/211a.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P/345/256/275/345/272/246/351/200/202/345/272/224.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P/345/257/274/345/205/245.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P/345/257/274/345/207/272.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P/345/257/274/345/207/272/346/211/200/346/234/211/344/270/273/351/242/230.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P/345/270/256/345/212/251.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P/345/277/253/346/215/267/346/226/271/345/274/217/345/244/247/345/260/217/346/273/221/345/212/250/346/235/241.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P/346/225/260/345/255/227/345/255/227/344/275/223.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P/346/225/260/346/215/256.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P/346/226/207/345/255/227/345/255/227/344/275/223.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P/346/226/207/346/234/254.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P/346/227/213/350/275/254.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P/346/227/245/346/234/237.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P/346/227/266/351/227/264.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P/346/230/237/346/234/237.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P/346/230/276/347/244/272/350/276/271/346/241/206.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P/346/230/276/347/244/272/350/276/271/346/241/206A.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P/346/234/254/345/234/260/344/270/273/351/242/230.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P/346/234/254/345/234/260/344/270/273/351/242/230a.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P/346/267/273/345/212/240/351/223/276/346/216/2451.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P/346/273/221/345/212/250/345/205/263.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P/346/273/221/345/212/250/345/274/200.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P/346/273/221/345/212/250/346/235/241/346/214/211/351/222/256.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P/346/273/232/345/212/250/346/235/241/345/272/225/345/233/276.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P/346/273/232/345/212/250/346/235/241/346/214/211/351/222/256.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P/347/201/265/345/212/250/345/262/233.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P/347/201/265/345/212/250/345/262/233180.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P/347/201/265/345/212/250/345/262/233270.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P/347/201/265/345/212/250/345/262/23390.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P/347/201/265/345/212/250/345/262/233a.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P/347/201/265/345/212/250/345/262/233a180.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P/347/201/265/345/212/250/345/262/233a270.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P/347/201/265/345/212/250/345/262/233a90.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P/347/201/265/345/212/250/345/262/233b.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P/347/201/265/345/212/250/345/262/233b180.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P/347/201/265/345/212/250/345/262/233b270.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P/347/201/265/345/212/250/345/262/233b90.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P/347/202/271/351/200/211/346/241/206.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P/347/202/271/351/200/211/346/241/206A.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P/347/216/257H1.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P/347/216/257H2.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P/347/216/257H3.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P/347/216/257H4.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P/347/216/257H5.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P/347/216/257H6.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P/347/233/264/346/222/255/350/247/206/351/242/221/350/275/275/345/205/245.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P/347/272/277/347/250/213/345/215/225.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P/347/272/277/347/250/213/345/244/232.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P/347/275/221/347/273/234.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P/347/275/221/347/273/234/346/214/211/351/222/256.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P/350/222/231/346/235/277.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P/350/243/201/345/207/217.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P/350/247/206/351/242/221.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P/350/275/256/346/222/255.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P/350/275/256/346/222/2551.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P/350/275/256/346/222/2552.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P/350/275/256/346/222/2553.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P/350/275/256/346/222/2554.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P/350/275/256/346/222/2555.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P/350/275/256/346/222/2556.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P/350/275/256/346/222/255a.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P/350/275/256/346/222/255/351/200/211/346/241/206.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P/350/275/275/345/205/245/345/212/250/347/224/273.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P/350/277/233/345/272/246/346/235/241.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P/351/200/211/344/270/255.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P/351/200/211/346/213/251/346/241/206M.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P/351/200/211/346/213/251/346/241/206Ma.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P/351/242/204/350/247/210110X480.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P/351/242/204/350/247/210116X480.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P/351/242/204/350/247/210160X480.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P/351/242/204/350/247/210180X400.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P/351/242/204/350/247/210180X480.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P/351/242/204/350/247/210240X240.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P/351/242/204/350/247/210240X320.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P/351/242/204/350/247/210240X400.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P/351/242/204/350/247/210240X427.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P/351/242/204/350/247/210270X480.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P/351/242/204/350/247/210320X240.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P/351/242/204/350/247/210320X320.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P/351/242/204/350/247/210320X320/345/234/206.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P/351/242/204/350/247/210320X86.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P/351/242/204/350/247/210360360/345/234/206.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P/351/242/204/350/247/210400X180.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P/351/242/204/350/247/210400X240.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P/351/242/204/350/247/210427X240.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P/351/242/204/350/247/210480X110.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P/351/242/204/350/247/210480X116.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P/351/242/204/350/247/210480X160.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P/351/242/204/350/247/210480X180.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P/351/242/204/350/247/210480X270.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P/351/242/204/350/247/210480X480.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P/351/242/204/350/247/210480X480/345/234/206.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P/351/242/204/350/247/21086X320.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P/351/242/204/350/247/210/345/212/250/347/224/273.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P/351/242/204/350/247/210/345/234/206/345/275/242/351/201/256/347/275/251320320/345/234/206.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P/351/242/204/350/247/210/345/234/206/345/275/242/351/201/256/347/275/251360360/345/234/206.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P/351/242/204/350/247/210/345/234/206/345/275/242/351/201/256/347/275/251480480/345/234/206.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P/351/242/234/350/211/262/346/273/221/345/212/250/345/235/227.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P/351/242/234/350/211/262/351/200/211/346/213/251/345/234/210.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/P/351/253/230/345/272/246/351/200/202/345/272/224.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/p0/344/272/221/347/253/257/344/270/273/351/242/230.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/p0/344/272/221/347/253/257/350/203/214/346/231/257.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/p0/344/272/221/347/253/257/350/203/214/346/231/257d.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/p0/344/272/221/347/253/257/350/203/214/346/231/257e.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/p0/344/272/221/347/253/257/350/203/214/346/231/257en.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/p0/344/272/221/347/253/257/350/203/214/346/231/257f.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/p0/344/272/221/347/253/257/350/203/214/346/231/257h.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/p0/344/272/221/347/253/257/350/203/214/346/231/257p.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/p0/344/272/221/347/253/257/350/203/214/346/231/257r.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/p0/344/272/221/347/253/257/350/203/214/346/231/257tc.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/p0/344/272/221/347/253/257/350/203/214/346/231/257x.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/p/344/272/221/347/253/257/344/270/273/351/242/230.png" +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/ucBoFangQiKongZhi1.BackgroundImage.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/ucBoFangQiKongZhi1_BackgroundImage.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/ucVideoCut1.BackgroundImage.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/ucVideoCut1_BackgroundImage.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/ucXiTongXianShi1.BackgroundImage.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/ucXiTongXianShiAdd1.BackgroundImage.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/ucXiTongXianShiColor1.BackgroundImage.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/gui/ucXiTongXianShiTable1.BackgroundImage.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/icons/app.ico +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/icons/trcc.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/icons/trcc_128x128.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/icons/trcc_16x16.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/icons/trcc_24x24.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/icons/trcc_256x256.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/icons/trcc_32x32.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/icons/trcc_48x48.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/icons/trcc_64x64.png +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/trcc-linux.desktop +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/assets/trcc-quirk-fix.service +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/cli/__init__.py +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/cli/__main__.py +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/cli/_device.py +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/cli/_diag.py +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/cli/_display.py +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/cli/_led.py +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/cli/_system.py +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/cli/_theme.py +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/conf.py +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/core/__init__.py +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/core/builder.py +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/core/color.py +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/core/encoding.py +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/core/instance.py +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/core/lcd_device.py +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/core/led_device.py +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/core/led_segment.py +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/core/paths.py +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/core/perf.py +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/core/ports.py +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/data/trcc_usb.te +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/install/__init__.py +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/install/gui.py +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/ipc.py +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/qt_components/__init__.py +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/qt_components/assets.py +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/qt_components/base.py +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/qt_components/constants.py +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/qt_components/display_mode_panels.py +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/qt_components/eyedropper.py +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/qt_components/metrics_mediator.py +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/qt_components/overlay_element.py +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/qt_components/overlay_grid.py +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/qt_components/pipewire_capture.py +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/qt_components/screen_capture.py +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/qt_components/uc_about.py +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/qt_components/uc_activity_sidebar.py +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/qt_components/uc_color_wheel.py +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/qt_components/uc_device.py +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/qt_components/uc_image_cut.py +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/qt_components/uc_info_module.py +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/qt_components/uc_led_control.py +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/qt_components/uc_preview.py +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/qt_components/uc_screen_led.py +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/qt_components/uc_sensor_picker.py +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/qt_components/uc_system_info.py +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/qt_components/uc_theme_local.py +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/qt_components/uc_theme_mask.py +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/qt_components/uc_theme_setting.py +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/qt_components/uc_theme_web.py +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/qt_components/uc_video_cut.py +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/services/__init__.py +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/services/device.py +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/services/display.py +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/services/image.py +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/services/led.py +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/services/led_config.py +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/services/led_effects.py +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/services/media.py +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/services/overlay.py +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/services/perf.py +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/services/renderer.py +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/services/system.py +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/services/theme.py +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/services/theme_loader.py +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/services/theme_persistence.py +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/src/trcc/services/video_cache.py +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/tests/README.md +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/tests/__init__.py +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/tests/adapters/__init__.py +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/tests/adapters/device/__init__.py +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/tests/adapters/device/conftest.py +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/tests/adapters/device/test_bulk.py +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/tests/adapters/device/test_detector.py +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/tests/adapters/device/test_factory.py +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/tests/adapters/device/test_frame.py +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/tests/adapters/device/test_hid.py +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/tests/adapters/device/test_implementations.py +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/tests/adapters/device/test_lcd.py +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/tests/adapters/device/test_led.py +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/tests/adapters/device/test_led_kvm.py +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/tests/adapters/device/test_ly.py +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/tests/adapters/device/test_scsi.py +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/tests/adapters/infra/__init__.py +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/tests/adapters/infra/test_data_repository.py +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/tests/adapters/infra/test_dc_config.py +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/tests/adapters/infra/test_dc_parser.py +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/tests/adapters/infra/test_dc_writer.py +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/tests/adapters/infra/test_debug_report.py +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/tests/adapters/infra/test_doctor.py +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/tests/adapters/infra/test_media_player.py +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/tests/adapters/infra/test_theme_cloud.py +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/tests/adapters/infra/test_theme_downloader.py +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/tests/adapters/system/__init__.py +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/tests/adapters/system/test_config.py +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/tests/adapters/system/test_hardware.py +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/tests/adapters/system/test_sensors.py +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/tests/api/__init__.py +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/tests/api/test_api.py +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/tests/api/test_api_security.py +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/tests/cli/__init__.py +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/tests/cli/test_cli.py +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/tests/cli/test_device.py +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/tests/cli/test_display.py +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/tests/cli/test_led.py +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/tests/cli/test_serve.py +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/tests/cli/test_system.py +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/tests/cli/test_theme.py +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/tests/conftest.py +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/tests/core/__init__.py +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/tests/core/test_builder.py +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/tests/core/test_color.py +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/tests/core/test_instance.py +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/tests/core/test_lcd_device.py +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/tests/core/test_led_device.py +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/tests/core/test_led_segment.py +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/tests/core/test_led_segment_ax120.py +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/tests/core/test_paths.py +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/tests/core/test_perf.py +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/tests/core/test_proxy_factory.py +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/tests/qt_components/__init__.py +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/tests/qt_components/test_base.py +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/tests/qt_components/test_base_panel.py +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/tests/qt_components/test_constants.py +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/tests/qt_components/test_lcd_visual.py +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/tests/qt_components/test_led_control.py +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/tests/qt_components/test_led_visual.py +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/tests/qt_components/test_misc.py +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/tests/qt_components/test_preview.py +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/tests/qt_components/test_screen_capture.py +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/tests/qt_components/test_widgets.py +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/tests/services/__init__.py +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/tests/services/conftest.py +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/tests/services/test_device.py +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/tests/services/test_display_integration.py +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/tests/services/test_image_ansi.py +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/tests/services/test_led.py +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/tests/services/test_led_config.py +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/tests/services/test_led_effects.py +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/tests/services/test_media.py +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/tests/services/test_overlay.py +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/tests/services/test_perf.py +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/tests/services/test_system.py +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/tests/services/test_theme.py +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/tests/services/test_theme_loader.py +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/tests/services/test_theme_persistence.py +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/tests/services/test_video_cache.py +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/tests/test_architecture.py +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/tests/test_conf.py +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/tests/test_cpu.py +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/tests/test_integration.py +0 -0
- {trcc_linux-8.3.4 → trcc_linux-8.3.6}/tests/test_memory.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: trcc-linux
|
|
3
|
-
Version: 8.3.
|
|
3
|
+
Version: 8.3.6
|
|
4
4
|
Summary: Linux implementation of Thermalright LCD Control Center
|
|
5
5
|
Project-URL: Homepage, https://github.com/Lexonight1/thermalright-trcc-linux
|
|
6
6
|
Project-URL: Documentation, https://github.com/Lexonight1/thermalright-trcc-linux#readme
|
|
@@ -108,7 +108,7 @@ Description-Content-Type: text/markdown
|
|
|
108
108
|
|
|
109
109
|
Native Linux port of the Thermalright LCD Control Center (Windows TRCC 2.1.2). Control and customize the LCD displays and LED segment displays on Thermalright CPU coolers, AIO pump heads, and fan hubs — entirely from Linux.
|
|
110
110
|
|
|
111
|
-
> **This project wouldn't exist without our testers.** I only own one device. Every supported device in this list works because someone plugged it in, ran `trcc report`, and told me what broke.
|
|
111
|
+
> **This project wouldn't exist without our testers.** I only own one device. Every supported device in this list works because someone plugged it in, ran `trcc report`, and told me what broke. 32 testers helped us go from "SCSI only" to full C# feature parity with 6 USB protocols, 16 FBL resolutions, and 12 LED styles. Open source at its best — see [Contributors](#contributors) below.
|
|
112
112
|
|
|
113
113
|
> Unofficial community project, not affiliated with Thermalright. Built with [Claude](https://claude.ai) (AI) for protocol reverse engineering and code generation, guided by human architecture decisions and logical assessment.
|
|
114
114
|
|
|
@@ -186,13 +186,13 @@ Pre-built packages are available for every major distro. No pip, no venv, no PEP
|
|
|
186
186
|
|
|
187
187
|
**Fedora / openSUSE / Nobara:**
|
|
188
188
|
```bash
|
|
189
|
-
sudo dnf install https://github.com/Lexonight1/thermalright-trcc-linux/releases/latest/download/trcc-linux-8.3.
|
|
189
|
+
sudo dnf install https://github.com/Lexonight1/thermalright-trcc-linux/releases/latest/download/trcc-linux-8.3.6-1.fc43.noarch.rpm
|
|
190
190
|
```
|
|
191
191
|
|
|
192
192
|
**Ubuntu 24.04+ / Debian 13+ / Mint 22+ / Pop!_OS 24.04+ / Zorin 17+:**
|
|
193
193
|
```bash
|
|
194
|
-
curl -LO https://github.com/Lexonight1/thermalright-trcc-linux/releases/latest/download/trcc-linux_8.3.
|
|
195
|
-
sudo dpkg -i trcc-linux_8.3.
|
|
194
|
+
curl -LO https://github.com/Lexonight1/thermalright-trcc-linux/releases/latest/download/trcc-linux_8.3.6-1_all.deb
|
|
195
|
+
sudo dpkg -i trcc-linux_8.3.6-1_all.deb
|
|
196
196
|
sudo apt-get install -f # pulls in any missing dependencies
|
|
197
197
|
```
|
|
198
198
|
|
|
@@ -200,8 +200,8 @@ sudo apt-get install -f # pulls in any missing dependencies
|
|
|
200
200
|
|
|
201
201
|
**Arch / CachyOS / Manjaro / EndeavourOS / Garuda:**
|
|
202
202
|
```bash
|
|
203
|
-
curl -LO https://github.com/Lexonight1/thermalright-trcc-linux/releases/latest/download/trcc-linux-8.3.
|
|
204
|
-
sudo pacman -U trcc-linux-8.3.
|
|
203
|
+
curl -LO https://github.com/Lexonight1/thermalright-trcc-linux/releases/latest/download/trcc-linux-8.3.6-1-any.pkg.tar.zst
|
|
204
|
+
sudo pacman -U trcc-linux-8.3.6-1-any.pkg.tar.zst
|
|
205
205
|
```
|
|
206
206
|
|
|
207
207
|
**NixOS** — add to your `flake.nix` inputs:
|
|
@@ -414,12 +414,15 @@ A big thanks to everyone who has contributed invaluable reports to this project:
|
|
|
414
414
|
- **[jezzaw007](https://github.com/jezzaw007)** — Preview rotation & overlay resume bug reports
|
|
415
415
|
- **[Pewful2021](https://github.com/Pewful2021)** — PA120 LED troubleshooting
|
|
416
416
|
- **[lallemandgianni-boop](https://github.com/lallemandgianni-boop)** — PA120 DIGITAL LCD PID investigation
|
|
417
|
+
- **[sleeper14200](https://github.com/sleeper14200)** — Linux Mint .deb compatibility bug report
|
|
418
|
+
- **[riodevelop](https://github.com/riodevelop)** — Frozen Warframe 240 HID color bug report
|
|
419
|
+
- **[wobbegongus](https://github.com/wobbegongus)** — Frozen Warframe 240 HID color bug report
|
|
417
420
|
|
|
418
421
|
## Stargazers
|
|
419
422
|
|
|
420
423
|
Thanks to everyone who took a moment to star this project — it means the world.
|
|
421
424
|
|
|
422
|
-
**[alessa-lara](https://github.com/alessa-lara)** · **[ArcaneCoder404](https://github.com/ArcaneCoder404)** · **[betolink](https://github.com/betolink)** · **[bive242](https://github.com/bive242)** · **[BrunoLeguizamon05](https://github.com/BrunoLeguizamon05)** · **[cancos1](https://github.com/cancos1)** · **[codeflitting](https://github.com/codeflitting)** · **[dabombUSA](https://github.com/dabombUSA)** · **[damachine](https://github.com/damachine)** · **[DasFlogetier](https://github.com/DasFlogetier)** · **[emaspa](https://github.com/emaspa)** · **[honjow](https://github.com/honjow)** · **[jezzaw007](https://github.com/jezzaw007)** · **[jhlasnik](https://github.com/jhlasnik)** · **[jmo808](https://github.com/jmo808)** · **[knappstar](https://github.com/knappstar)** · **[mgaruccio](https://github.com/mgaruccio)** · **[michael-spinelli](https://github.com/michael-spinelli)** · **[mkogut](https://github.com/mkogut)** · **[nathanielhernandez](https://github.com/nathanielhernandez)** · **[oddajpierscien](https://github.com/oddajpierscien)** · **[Pewful2021](https://github.com/Pewful2021)** · **[Pikarz](https://github.com/Pikarz)** · **[Rehaell](https://github.com/Rehaell)** · **[rslater](https://github.com/rslater)** · **[Smokemic](https://github.com/Smokemic)** · **[spiritofjon](https://github.com/spiritofjon)** · **[Vydon](https://github.com/Vydon)** · **[Xentrino](https://github.com/Xentrino)** · **[Ziusz](https://github.com/Ziusz)**
|
|
425
|
+
**[alessa-lara](https://github.com/alessa-lara)** · **[ArcaneCoder404](https://github.com/ArcaneCoder404)** · **[betolink](https://github.com/betolink)** · **[bive242](https://github.com/bive242)** · **[BrunoLeguizamon05](https://github.com/BrunoLeguizamon05)** · **[cancos1](https://github.com/cancos1)** · **[codeflitting](https://github.com/codeflitting)** · **[dabombUSA](https://github.com/dabombUSA)** · **[damachine](https://github.com/damachine)** · **[DasFlogetier](https://github.com/DasFlogetier)** · **[emaspa](https://github.com/emaspa)** · **[honjow](https://github.com/honjow)** · **[jezzaw007](https://github.com/jezzaw007)** · **[jhlasnik](https://github.com/jhlasnik)** · **[jmo808](https://github.com/jmo808)** · **[knappstar](https://github.com/knappstar)** · **[mgaruccio](https://github.com/mgaruccio)** · **[michael-spinelli](https://github.com/michael-spinelli)** · **[mkogut](https://github.com/mkogut)** · **[nathanielhernandez](https://github.com/nathanielhernandez)** · **[oddajpierscien](https://github.com/oddajpierscien)** · **[Pewful2021](https://github.com/Pewful2021)** · **[Pikarz](https://github.com/Pikarz)** · **[qussaif10](https://github.com/qussaif10)** · **[Rehaell](https://github.com/Rehaell)** · **[rslater](https://github.com/rslater)** · **[shadowepaxeor-glitch](https://github.com/shadowepaxeor-glitch)** · **[Smokemic](https://github.com/Smokemic)** · **[spiritofjon](https://github.com/spiritofjon)** · **[Vydon](https://github.com/Vydon)** · **[Xentrino](https://github.com/Xentrino)** · **[Ziusz](https://github.com/Ziusz)**
|
|
423
426
|
|
|
424
427
|
## Faulkers
|
|
425
428
|
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
|
|
45
45
|
Native Linux port of the Thermalright LCD Control Center (Windows TRCC 2.1.2). Control and customize the LCD displays and LED segment displays on Thermalright CPU coolers, AIO pump heads, and fan hubs — entirely from Linux.
|
|
46
46
|
|
|
47
|
-
> **This project wouldn't exist without our testers.** I only own one device. Every supported device in this list works because someone plugged it in, ran `trcc report`, and told me what broke.
|
|
47
|
+
> **This project wouldn't exist without our testers.** I only own one device. Every supported device in this list works because someone plugged it in, ran `trcc report`, and told me what broke. 32 testers helped us go from "SCSI only" to full C# feature parity with 6 USB protocols, 16 FBL resolutions, and 12 LED styles. Open source at its best — see [Contributors](#contributors) below.
|
|
48
48
|
|
|
49
49
|
> Unofficial community project, not affiliated with Thermalright. Built with [Claude](https://claude.ai) (AI) for protocol reverse engineering and code generation, guided by human architecture decisions and logical assessment.
|
|
50
50
|
|
|
@@ -122,13 +122,13 @@ Pre-built packages are available for every major distro. No pip, no venv, no PEP
|
|
|
122
122
|
|
|
123
123
|
**Fedora / openSUSE / Nobara:**
|
|
124
124
|
```bash
|
|
125
|
-
sudo dnf install https://github.com/Lexonight1/thermalright-trcc-linux/releases/latest/download/trcc-linux-8.3.
|
|
125
|
+
sudo dnf install https://github.com/Lexonight1/thermalright-trcc-linux/releases/latest/download/trcc-linux-8.3.6-1.fc43.noarch.rpm
|
|
126
126
|
```
|
|
127
127
|
|
|
128
128
|
**Ubuntu 24.04+ / Debian 13+ / Mint 22+ / Pop!_OS 24.04+ / Zorin 17+:**
|
|
129
129
|
```bash
|
|
130
|
-
curl -LO https://github.com/Lexonight1/thermalright-trcc-linux/releases/latest/download/trcc-linux_8.3.
|
|
131
|
-
sudo dpkg -i trcc-linux_8.3.
|
|
130
|
+
curl -LO https://github.com/Lexonight1/thermalright-trcc-linux/releases/latest/download/trcc-linux_8.3.6-1_all.deb
|
|
131
|
+
sudo dpkg -i trcc-linux_8.3.6-1_all.deb
|
|
132
132
|
sudo apt-get install -f # pulls in any missing dependencies
|
|
133
133
|
```
|
|
134
134
|
|
|
@@ -136,8 +136,8 @@ sudo apt-get install -f # pulls in any missing dependencies
|
|
|
136
136
|
|
|
137
137
|
**Arch / CachyOS / Manjaro / EndeavourOS / Garuda:**
|
|
138
138
|
```bash
|
|
139
|
-
curl -LO https://github.com/Lexonight1/thermalright-trcc-linux/releases/latest/download/trcc-linux-8.3.
|
|
140
|
-
sudo pacman -U trcc-linux-8.3.
|
|
139
|
+
curl -LO https://github.com/Lexonight1/thermalright-trcc-linux/releases/latest/download/trcc-linux-8.3.6-1-any.pkg.tar.zst
|
|
140
|
+
sudo pacman -U trcc-linux-8.3.6-1-any.pkg.tar.zst
|
|
141
141
|
```
|
|
142
142
|
|
|
143
143
|
**NixOS** — add to your `flake.nix` inputs:
|
|
@@ -350,12 +350,15 @@ A big thanks to everyone who has contributed invaluable reports to this project:
|
|
|
350
350
|
- **[jezzaw007](https://github.com/jezzaw007)** — Preview rotation & overlay resume bug reports
|
|
351
351
|
- **[Pewful2021](https://github.com/Pewful2021)** — PA120 LED troubleshooting
|
|
352
352
|
- **[lallemandgianni-boop](https://github.com/lallemandgianni-boop)** — PA120 DIGITAL LCD PID investigation
|
|
353
|
+
- **[sleeper14200](https://github.com/sleeper14200)** — Linux Mint .deb compatibility bug report
|
|
354
|
+
- **[riodevelop](https://github.com/riodevelop)** — Frozen Warframe 240 HID color bug report
|
|
355
|
+
- **[wobbegongus](https://github.com/wobbegongus)** — Frozen Warframe 240 HID color bug report
|
|
353
356
|
|
|
354
357
|
## Stargazers
|
|
355
358
|
|
|
356
359
|
Thanks to everyone who took a moment to star this project — it means the world.
|
|
357
360
|
|
|
358
|
-
**[alessa-lara](https://github.com/alessa-lara)** · **[ArcaneCoder404](https://github.com/ArcaneCoder404)** · **[betolink](https://github.com/betolink)** · **[bive242](https://github.com/bive242)** · **[BrunoLeguizamon05](https://github.com/BrunoLeguizamon05)** · **[cancos1](https://github.com/cancos1)** · **[codeflitting](https://github.com/codeflitting)** · **[dabombUSA](https://github.com/dabombUSA)** · **[damachine](https://github.com/damachine)** · **[DasFlogetier](https://github.com/DasFlogetier)** · **[emaspa](https://github.com/emaspa)** · **[honjow](https://github.com/honjow)** · **[jezzaw007](https://github.com/jezzaw007)** · **[jhlasnik](https://github.com/jhlasnik)** · **[jmo808](https://github.com/jmo808)** · **[knappstar](https://github.com/knappstar)** · **[mgaruccio](https://github.com/mgaruccio)** · **[michael-spinelli](https://github.com/michael-spinelli)** · **[mkogut](https://github.com/mkogut)** · **[nathanielhernandez](https://github.com/nathanielhernandez)** · **[oddajpierscien](https://github.com/oddajpierscien)** · **[Pewful2021](https://github.com/Pewful2021)** · **[Pikarz](https://github.com/Pikarz)** · **[Rehaell](https://github.com/Rehaell)** · **[rslater](https://github.com/rslater)** · **[Smokemic](https://github.com/Smokemic)** · **[spiritofjon](https://github.com/spiritofjon)** · **[Vydon](https://github.com/Vydon)** · **[Xentrino](https://github.com/Xentrino)** · **[Ziusz](https://github.com/Ziusz)**
|
|
361
|
+
**[alessa-lara](https://github.com/alessa-lara)** · **[ArcaneCoder404](https://github.com/ArcaneCoder404)** · **[betolink](https://github.com/betolink)** · **[bive242](https://github.com/bive242)** · **[BrunoLeguizamon05](https://github.com/BrunoLeguizamon05)** · **[cancos1](https://github.com/cancos1)** · **[codeflitting](https://github.com/codeflitting)** · **[dabombUSA](https://github.com/dabombUSA)** · **[damachine](https://github.com/damachine)** · **[DasFlogetier](https://github.com/DasFlogetier)** · **[emaspa](https://github.com/emaspa)** · **[honjow](https://github.com/honjow)** · **[jezzaw007](https://github.com/jezzaw007)** · **[jhlasnik](https://github.com/jhlasnik)** · **[jmo808](https://github.com/jmo808)** · **[knappstar](https://github.com/knappstar)** · **[mgaruccio](https://github.com/mgaruccio)** · **[michael-spinelli](https://github.com/michael-spinelli)** · **[mkogut](https://github.com/mkogut)** · **[nathanielhernandez](https://github.com/nathanielhernandez)** · **[oddajpierscien](https://github.com/oddajpierscien)** · **[Pewful2021](https://github.com/Pewful2021)** · **[Pikarz](https://github.com/Pikarz)** · **[qussaif10](https://github.com/qussaif10)** · **[Rehaell](https://github.com/Rehaell)** · **[rslater](https://github.com/rslater)** · **[shadowepaxeor-glitch](https://github.com/shadowepaxeor-glitch)** · **[Smokemic](https://github.com/Smokemic)** · **[spiritofjon](https://github.com/spiritofjon)** · **[Vydon](https://github.com/Vydon)** · **[Xentrino](https://github.com/Xentrino)** · **[Ziusz](https://github.com/Ziusz)**
|
|
359
362
|
|
|
360
363
|
## Faulkers
|
|
361
364
|
|
|
@@ -1384,8 +1384,8 @@ FBL_PROFILES: dict[int, DeviceProfile] = {
|
|
|
1384
1384
|
36: DeviceProfile(240, 240),
|
|
1385
1385
|
37: DeviceProfile(240, 240),
|
|
1386
1386
|
50: DeviceProfile(320, 240, rotate=True),
|
|
1387
|
-
51: DeviceProfile(320, 240,
|
|
1388
|
-
53: DeviceProfile(320, 240,
|
|
1387
|
+
51: DeviceProfile(320, 240, rotate=True), # HID Type 2 → SPIMode=1
|
|
1388
|
+
53: DeviceProfile(320, 240, rotate=True), # HID Type 2 → SPIMode=1
|
|
1389
1389
|
54: DeviceProfile(360, 360, jpeg=True),
|
|
1390
1390
|
58: DeviceProfile(320, 240, rotate=True),
|
|
1391
1391
|
64: DeviceProfile(640, 480, rotate=True),
|
|
@@ -8,20 +8,16 @@ from __future__ import annotations
|
|
|
8
8
|
from PySide6.QtCore import Qt, Signal
|
|
9
9
|
from PySide6.QtGui import QColor, QFont, QIcon
|
|
10
10
|
from PySide6.QtWidgets import (
|
|
11
|
-
QComboBox,
|
|
12
11
|
QFrame,
|
|
13
|
-
QLabel,
|
|
14
12
|
QLineEdit,
|
|
15
13
|
QPushButton,
|
|
16
14
|
QSpinBox,
|
|
17
|
-
QVBoxLayout,
|
|
18
15
|
)
|
|
19
16
|
|
|
20
17
|
from ..core.models import OverlayElementConfig, OverlayMode
|
|
21
18
|
from .assets import Assets
|
|
22
19
|
from .base import set_background_pixmap
|
|
23
20
|
from .constants import Colors, Layout, Sizes, Styles
|
|
24
|
-
from .overlay_element import CATEGORY_COLORS, CATEGORY_NAMES, SUB_METRICS
|
|
25
21
|
|
|
26
22
|
|
|
27
23
|
class ColorPickerPanel(QFrame):
|
|
@@ -242,6 +238,7 @@ class AddElementPanel(QFrame):
|
|
|
242
238
|
"""Add new overlay element panel (matches UCXiTongXianShiAdd 230x430)."""
|
|
243
239
|
|
|
244
240
|
element_added = Signal(object) # OverlayElementConfig
|
|
241
|
+
hardware_requested = Signal() # Show activity sidebar for hardware pick
|
|
245
242
|
|
|
246
243
|
ELEMENT_TYPES = [
|
|
247
244
|
("Hardware Data", OverlayMode.HARDWARE),
|
|
@@ -271,63 +268,12 @@ class AddElementPanel(QFrame):
|
|
|
271
268
|
btn.clicked.connect(lambda checked, m=mode: self._on_type_clicked(m))
|
|
272
269
|
y += Layout.ADD_BTN_DY
|
|
273
270
|
|
|
274
|
-
# Hardware category combo
|
|
275
|
-
self.hw_frame = QFrame(self)
|
|
276
|
-
self.hw_frame.setGeometry(Layout.ADD_BTN_X, y + 10, Layout.ADD_BTN_W, 100)
|
|
277
|
-
self.hw_frame.setStyleSheet("background: transparent;")
|
|
278
|
-
|
|
279
|
-
hw_layout = QVBoxLayout(self.hw_frame)
|
|
280
|
-
hw_layout.setContentsMargins(0, 0, 0, 0)
|
|
281
|
-
|
|
282
|
-
hw_label = QLabel("Category:")
|
|
283
|
-
hw_label.setStyleSheet(f"color: {Colors.STATUS_TEXT}; font-size: 10px; background: transparent;")
|
|
284
|
-
hw_layout.addWidget(hw_label)
|
|
285
|
-
|
|
286
|
-
self.hw_combo = QComboBox()
|
|
287
|
-
self.hw_combo.addItems(list(CATEGORY_NAMES.values()))
|
|
288
|
-
self.hw_combo.setToolTip("Hardware category")
|
|
289
|
-
self.hw_combo.setStyleSheet("""
|
|
290
|
-
QComboBox {
|
|
291
|
-
background-color: rgba(51, 51, 51, 180);
|
|
292
|
-
color: white; border: 1px solid #555; padding: 5px;
|
|
293
|
-
}
|
|
294
|
-
""")
|
|
295
|
-
hw_layout.addWidget(self.hw_combo)
|
|
296
|
-
|
|
297
|
-
metric_label = QLabel("Metric:")
|
|
298
|
-
metric_label.setStyleSheet(f"color: {Colors.STATUS_TEXT}; font-size: 10px; background: transparent;")
|
|
299
|
-
hw_layout.addWidget(metric_label)
|
|
300
|
-
|
|
301
|
-
self.metric_combo = QComboBox()
|
|
302
|
-
self.metric_combo.setToolTip("Sensor metric")
|
|
303
|
-
self.metric_combo.setStyleSheet("""
|
|
304
|
-
QComboBox {
|
|
305
|
-
background-color: rgba(51, 51, 51, 180);
|
|
306
|
-
color: white; border: 1px solid #555; padding: 5px;
|
|
307
|
-
}
|
|
308
|
-
""")
|
|
309
|
-
hw_layout.addWidget(self.metric_combo)
|
|
310
|
-
|
|
311
|
-
self.hw_combo.currentIndexChanged.connect(self._on_category_changed)
|
|
312
|
-
self._on_category_changed(0)
|
|
313
|
-
|
|
314
|
-
self.hw_frame.setVisible(False)
|
|
315
|
-
|
|
316
|
-
def _on_category_changed(self, idx):
|
|
317
|
-
self.metric_combo.clear()
|
|
318
|
-
metrics = SUB_METRICS.get(idx, {})
|
|
319
|
-
self.metric_combo.addItems(list(metrics.values()))
|
|
320
|
-
|
|
321
271
|
def _on_type_clicked(self, mode: OverlayMode):
|
|
322
|
-
cfg = OverlayElementConfig(mode=mode)
|
|
323
|
-
|
|
324
272
|
if mode == OverlayMode.HARDWARE:
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
cfg.color = CATEGORY_COLORS.get(cat_idx, '#FFFFFF')
|
|
330
|
-
else:
|
|
331
|
-
self.hw_frame.setVisible(False)
|
|
273
|
+
# Show activity sidebar for hardware sensor selection
|
|
274
|
+
# (Windows: hardware metrics listed as separate section in add panel)
|
|
275
|
+
self.hardware_requested.emit()
|
|
276
|
+
return
|
|
332
277
|
|
|
278
|
+
cfg = OverlayElementConfig(mode=mode)
|
|
333
279
|
self.element_added.emit(cfg)
|
|
@@ -159,7 +159,11 @@ class LCDHandler:
|
|
|
159
159
|
break
|
|
160
160
|
|
|
161
161
|
def _restore_mask(self, cfg: dict) -> None:
|
|
162
|
-
"""Restore mask overlay from saved config (applied on top of theme).
|
|
162
|
+
"""Restore mask overlay from saved config (applied on top of theme).
|
|
163
|
+
|
|
164
|
+
Skips if the theme already loaded this mask via its config.json
|
|
165
|
+
reference — avoids invalidating the pre-built video cache.
|
|
166
|
+
"""
|
|
163
167
|
mask_path = cfg.get('mask_path')
|
|
164
168
|
if not mask_path:
|
|
165
169
|
return
|
|
@@ -167,6 +171,14 @@ class LCDHandler:
|
|
|
167
171
|
if not mask_dir.exists():
|
|
168
172
|
log.warning("Saved mask path not found: %s", mask_path)
|
|
169
173
|
return
|
|
174
|
+
# Reference-based themes embed mask path in config.json — the theme
|
|
175
|
+
# loader already loaded it and built the video cache with it.
|
|
176
|
+
# Re-loading here would invalidate that cache (display_svc._cache=None)
|
|
177
|
+
# causing mask-less frames until the fallback renderer catches up.
|
|
178
|
+
svc = self._lcd._display_svc
|
|
179
|
+
if svc and svc._mask_source_dir == mask_dir:
|
|
180
|
+
log.debug("Mask %s already loaded by theme reference, skipping", mask_dir)
|
|
181
|
+
return
|
|
170
182
|
log.info("Restoring saved mask: %s", mask_dir)
|
|
171
183
|
result = self._lcd.load_mask_standalone(str(mask_dir))
|
|
172
184
|
image = result.get('image')
|
|
@@ -887,12 +887,16 @@ class TRCCApp(QMainWindow):
|
|
|
887
887
|
active_btn = panel_to_button.get(index, 0)
|
|
888
888
|
for i, btn in enumerate(self.mode_buttons):
|
|
889
889
|
btn.setChecked(i == active_btn)
|
|
890
|
+
# Hide activity sidebar when leaving settings tab (index 2)
|
|
891
|
+
if index != 2:
|
|
892
|
+
self.uc_activity_sidebar.setVisible(False)
|
|
890
893
|
|
|
891
894
|
def _show_view(self, view: str):
|
|
892
895
|
self.form_container.setVisible(view == 'form')
|
|
893
896
|
self.uc_about.setVisible(view == 'about')
|
|
894
897
|
self.uc_system_info.setVisible(view == 'sysinfo')
|
|
895
898
|
self.uc_led_control.setVisible(view == 'led')
|
|
899
|
+
self.uc_activity_sidebar.setVisible(False)
|
|
896
900
|
|
|
897
901
|
show_form1_btns = (view == 'sysinfo')
|
|
898
902
|
self.form1_close_btn.setVisible(show_form1_btns)
|
|
@@ -943,8 +947,10 @@ class TRCCApp(QMainWindow):
|
|
|
943
947
|
self.uc_theme_setting.background_changed.connect(self._on_background_toggle)
|
|
944
948
|
self.uc_theme_setting.screencast_changed.connect(self._on_screencast_toggle)
|
|
945
949
|
self.uc_theme_setting.delegate.connect(self._on_settings_delegate)
|
|
946
|
-
self.uc_theme_setting.
|
|
950
|
+
self.uc_theme_setting.add_panel.hardware_requested.connect(
|
|
947
951
|
self._on_overlay_add_requested)
|
|
952
|
+
self.uc_theme_setting.add_panel.element_added.connect(
|
|
953
|
+
lambda _: self.uc_activity_sidebar.setVisible(False))
|
|
948
954
|
self.uc_theme_setting.overlay_grid.toggle_changed.connect(
|
|
949
955
|
self._on_overlay_toggle)
|
|
950
956
|
self.uc_theme_setting.overlay_grid.element_selected.connect(
|
|
@@ -21,12 +21,13 @@ class TestByteOrderFor(unittest.TestCase):
|
|
|
21
21
|
def test_fbl_102_big_endian(self):
|
|
22
22
|
self.assertEqual(byte_order_for('scsi', (320, 320), fbl=102), '>')
|
|
23
23
|
|
|
24
|
-
def
|
|
25
|
-
"""FBL 51
|
|
26
|
-
self.assertEqual(byte_order_for('scsi', (320, 240), fbl=51), '
|
|
24
|
+
def test_fbl_51_little_endian(self):
|
|
25
|
+
"""FBL 51 HID Type 2 → little-endian (SPIMode=2 only for SPI mode 1)."""
|
|
26
|
+
self.assertEqual(byte_order_for('scsi', (320, 240), fbl=51), '<')
|
|
27
27
|
|
|
28
|
-
def
|
|
29
|
-
|
|
28
|
+
def test_fbl_53_little_endian(self):
|
|
29
|
+
"""FBL 53 HID Type 2 → little-endian."""
|
|
30
|
+
self.assertEqual(byte_order_for('scsi', (320, 240), fbl=53), '<')
|
|
30
31
|
|
|
31
32
|
def test_fbl_36_little_endian(self):
|
|
32
33
|
"""FBL 36 (240x240) → little-endian."""
|
|
@@ -69,13 +70,13 @@ class TestByteOrderFor(unittest.TestCase):
|
|
|
69
70
|
|
|
70
71
|
def test_all_big_endian_fbls(self):
|
|
71
72
|
"""Every big-endian FBL returns '>'."""
|
|
72
|
-
for fbl in (
|
|
73
|
+
for fbl in (100, 101, 102):
|
|
73
74
|
with self.subTest(fbl=fbl):
|
|
74
75
|
self.assertEqual(byte_order_for('hid', (0, 0), fbl=fbl), '>')
|
|
75
76
|
|
|
76
77
|
def test_all_little_endian_fbls(self):
|
|
77
78
|
"""Every non-BE, non-JPEG FBL returns '<'."""
|
|
78
|
-
for fbl in (36, 37, 50, 58, 64, 72, 129):
|
|
79
|
+
for fbl in (36, 37, 50, 51, 53, 58, 64, 72, 129):
|
|
79
80
|
with self.subTest(fbl=fbl):
|
|
80
81
|
self.assertEqual(byte_order_for('hid', (0, 0), fbl=fbl), '<')
|
|
81
82
|
|
|
@@ -292,7 +292,7 @@ class TestDeviceProfileCompleteness(unittest.TestCase):
|
|
|
292
292
|
def test_big_endian_fbls(self):
|
|
293
293
|
"""Only big-endian FBLs are flagged as big-endian."""
|
|
294
294
|
be_fbls = {fbl for fbl, p in FBL_PROFILES.items() if p.big_endian}
|
|
295
|
-
self.assertEqual(be_fbls, {
|
|
295
|
+
self.assertEqual(be_fbls, {100, 101, 102})
|
|
296
296
|
|
|
297
297
|
def test_rotate_fbls(self):
|
|
298
298
|
"""Only portrait/landscape-rotated FBLs are flagged."""
|
|
@@ -352,20 +352,20 @@ class TestDeviceProfilePerFbl(unittest.TestCase):
|
|
|
352
352
|
self.assertFalse(p.big_endian)
|
|
353
353
|
self.assertTrue(p.rotate)
|
|
354
354
|
|
|
355
|
-
def
|
|
356
|
-
"""FBL 51
|
|
355
|
+
def test_fbl_51_320x240_rgb565_le(self):
|
|
356
|
+
"""FBL 51 HID Type 2 — little-endian RGB565 (SPIMode=2 only for SPI mode 1)."""
|
|
357
357
|
p = get_profile(51)
|
|
358
358
|
self.assertEqual(p.resolution, (320, 240))
|
|
359
359
|
self.assertFalse(p.jpeg)
|
|
360
|
-
self.
|
|
360
|
+
self.assertFalse(p.big_endian)
|
|
361
361
|
self.assertTrue(p.rotate)
|
|
362
362
|
|
|
363
|
-
def
|
|
364
|
-
"""FBL 53
|
|
363
|
+
def test_fbl_53_320x240_rgb565_le(self):
|
|
364
|
+
"""FBL 53 HID Type 2 — little-endian RGB565."""
|
|
365
365
|
p = get_profile(53)
|
|
366
366
|
self.assertEqual(p.resolution, (320, 240))
|
|
367
367
|
self.assertFalse(p.jpeg)
|
|
368
|
-
self.
|
|
368
|
+
self.assertFalse(p.big_endian)
|
|
369
369
|
self.assertTrue(p.rotate)
|
|
370
370
|
|
|
371
371
|
def test_fbl_54_360x360_jpeg(self):
|
|
@@ -316,6 +316,62 @@ class TestMask:
|
|
|
316
316
|
h.apply_mask(mask_info)
|
|
317
317
|
h._w['preview'].set_status.assert_called_once()
|
|
318
318
|
|
|
319
|
+
def test_restore_mask_skips_when_theme_already_loaded(self, tmp_path):
|
|
320
|
+
"""Mask restore skips if theme reference already loaded the same mask.
|
|
321
|
+
|
|
322
|
+
Prevents video cache invalidation on startup when a saved custom
|
|
323
|
+
theme has an embedded mask reference AND per-device config also
|
|
324
|
+
records the same mask_path.
|
|
325
|
+
"""
|
|
326
|
+
mask_dir = tmp_path / 'zt320320' / '015c'
|
|
327
|
+
mask_dir.mkdir(parents=True)
|
|
328
|
+
(mask_dir / '01.png').touch()
|
|
329
|
+
|
|
330
|
+
h = _make_handler()
|
|
331
|
+
# Simulate theme loader already set mask_source_dir
|
|
332
|
+
h._lcd._display_svc._mask_source_dir = mask_dir
|
|
333
|
+
cfg = {'mask_path': str(mask_dir)}
|
|
334
|
+
|
|
335
|
+
h._restore_mask(cfg)
|
|
336
|
+
|
|
337
|
+
# load_mask_standalone should NOT be called — theme already loaded it
|
|
338
|
+
h._lcd.load_mask_standalone.assert_not_called()
|
|
339
|
+
|
|
340
|
+
def test_restore_mask_loads_when_different_from_theme(self, tmp_path):
|
|
341
|
+
"""Mask restore proceeds when per-device mask differs from theme's."""
|
|
342
|
+
theme_mask = tmp_path / 'zt320320' / '010'
|
|
343
|
+
theme_mask.mkdir(parents=True)
|
|
344
|
+
device_mask = tmp_path / 'zt320320' / '015c'
|
|
345
|
+
device_mask.mkdir(parents=True)
|
|
346
|
+
(device_mask / '01.png').touch()
|
|
347
|
+
|
|
348
|
+
h = _make_handler()
|
|
349
|
+
h._lcd._display_svc._mask_source_dir = theme_mask
|
|
350
|
+
h._lcd.load_mask_standalone.return_value = {
|
|
351
|
+
'success': True, 'image': MagicMock()}
|
|
352
|
+
cfg = {'mask_path': str(device_mask)}
|
|
353
|
+
|
|
354
|
+
h._restore_mask(cfg)
|
|
355
|
+
|
|
356
|
+
# Different mask → should load
|
|
357
|
+
h._lcd.load_mask_standalone.assert_called_once()
|
|
358
|
+
|
|
359
|
+
def test_restore_mask_loads_when_no_theme_mask(self, tmp_path):
|
|
360
|
+
"""Mask restore proceeds when theme didn't load any mask."""
|
|
361
|
+
mask_dir = tmp_path / 'zt320320' / '015c'
|
|
362
|
+
mask_dir.mkdir(parents=True)
|
|
363
|
+
(mask_dir / '01.png').touch()
|
|
364
|
+
|
|
365
|
+
h = _make_handler()
|
|
366
|
+
h._lcd._display_svc._mask_source_dir = None
|
|
367
|
+
h._lcd.load_mask_standalone.return_value = {
|
|
368
|
+
'success': True, 'image': MagicMock()}
|
|
369
|
+
cfg = {'mask_path': str(mask_dir)}
|
|
370
|
+
|
|
371
|
+
h._restore_mask(cfg)
|
|
372
|
+
|
|
373
|
+
h._lcd.load_mask_standalone.assert_called_once()
|
|
374
|
+
|
|
319
375
|
|
|
320
376
|
# =========================================================================
|
|
321
377
|
# Video
|
|
@@ -585,54 +585,60 @@ class TestAddElementPanel:
|
|
|
585
585
|
|
|
586
586
|
def test_construction(self, qapp):
|
|
587
587
|
panel = AddElementPanel()
|
|
588
|
-
assert panel.
|
|
588
|
+
assert len(panel.ELEMENT_TYPES) == 5
|
|
589
589
|
|
|
590
|
-
def
|
|
590
|
+
def test_hardware_emits_hardware_requested(self, qapp):
|
|
591
|
+
"""Hardware Data button emits hardware_requested, not element_added."""
|
|
591
592
|
panel = AddElementPanel()
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
panel.
|
|
597
|
-
assert
|
|
598
|
-
|
|
599
|
-
|
|
593
|
+
hw_received = []
|
|
594
|
+
elem_received = []
|
|
595
|
+
panel.hardware_requested.connect(lambda: hw_received.append(True))
|
|
596
|
+
panel.element_added.connect(elem_received.append)
|
|
597
|
+
panel._on_type_clicked(OverlayMode.HARDWARE)
|
|
598
|
+
assert len(hw_received) == 1
|
|
599
|
+
assert len(elem_received) == 0 # no element_added for hardware
|
|
600
|
+
|
|
601
|
+
def test_element_added_signal_time(self, qapp):
|
|
600
602
|
panel = AddElementPanel()
|
|
601
|
-
|
|
602
|
-
|
|
603
|
+
received = []
|
|
604
|
+
panel.element_added.connect(received.append)
|
|
605
|
+
panel._on_type_clicked(OverlayMode.TIME)
|
|
606
|
+
assert len(received) == 1
|
|
607
|
+
assert received[0].mode == OverlayMode.TIME
|
|
603
608
|
|
|
604
|
-
def
|
|
609
|
+
def test_element_added_signal_weekday(self, qapp):
|
|
605
610
|
panel = AddElementPanel()
|
|
606
611
|
received = []
|
|
607
612
|
panel.element_added.connect(received.append)
|
|
608
|
-
panel.
|
|
609
|
-
panel.metric_combo.setCurrentIndex(0) # first metric
|
|
610
|
-
panel._on_type_clicked(OverlayMode.HARDWARE)
|
|
613
|
+
panel._on_type_clicked(OverlayMode.WEEKDAY)
|
|
611
614
|
assert len(received) == 1
|
|
612
|
-
|
|
613
|
-
assert cfg.mode == OverlayMode.HARDWARE
|
|
614
|
-
assert cfg.main_count == 1
|
|
615
|
-
assert cfg.sub_count == 1
|
|
615
|
+
assert received[0].mode == OverlayMode.WEEKDAY
|
|
616
616
|
|
|
617
|
-
def
|
|
617
|
+
def test_element_added_signal_date(self, qapp):
|
|
618
618
|
panel = AddElementPanel()
|
|
619
619
|
received = []
|
|
620
620
|
panel.element_added.connect(received.append)
|
|
621
|
-
panel._on_type_clicked(OverlayMode.
|
|
621
|
+
panel._on_type_clicked(OverlayMode.DATE)
|
|
622
622
|
assert len(received) == 1
|
|
623
|
-
assert received[0].mode == OverlayMode.
|
|
623
|
+
assert received[0].mode == OverlayMode.DATE
|
|
624
624
|
|
|
625
|
-
def
|
|
625
|
+
def test_element_added_signal_custom(self, qapp):
|
|
626
626
|
panel = AddElementPanel()
|
|
627
|
-
|
|
628
|
-
panel.
|
|
629
|
-
|
|
627
|
+
received = []
|
|
628
|
+
panel.element_added.connect(received.append)
|
|
629
|
+
panel._on_type_clicked(OverlayMode.CUSTOM)
|
|
630
|
+
assert len(received) == 1
|
|
631
|
+
assert received[0].mode == OverlayMode.CUSTOM
|
|
630
632
|
|
|
631
|
-
def
|
|
633
|
+
def test_non_hardware_does_not_emit_hardware_requested(self, qapp):
|
|
634
|
+
"""Time/Date/Weekday/Custom should not trigger hardware sidebar."""
|
|
632
635
|
panel = AddElementPanel()
|
|
633
|
-
|
|
634
|
-
panel.
|
|
635
|
-
|
|
636
|
+
hw_received = []
|
|
637
|
+
panel.hardware_requested.connect(lambda: hw_received.append(True))
|
|
638
|
+
for mode in (OverlayMode.TIME, OverlayMode.DATE,
|
|
639
|
+
OverlayMode.WEEKDAY, OverlayMode.CUSTOM):
|
|
640
|
+
panel._on_type_clicked(mode)
|
|
641
|
+
assert len(hw_received) == 0
|
|
636
642
|
|
|
637
643
|
def test_element_types_count(self, qapp):
|
|
638
644
|
assert len(AddElementPanel.ELEMENT_TYPES) == 5
|
|
@@ -1464,6 +1464,7 @@ class TestViewSwitchLEDKeepsRunning:
|
|
|
1464
1464
|
inst.uc_about = MagicMock()
|
|
1465
1465
|
inst.uc_system_info = MagicMock()
|
|
1466
1466
|
inst.uc_led_control = MagicMock()
|
|
1467
|
+
inst.uc_activity_sidebar = MagicMock()
|
|
1467
1468
|
inst.form1_close_btn = MagicMock()
|
|
1468
1469
|
inst.form1_help_btn = MagicMock()
|
|
1469
1470
|
yield inst
|
|
@@ -137,9 +137,9 @@ class TestImageServiceByteOrder(unittest.TestCase):
|
|
|
137
137
|
def test_320x320_scsi_big_endian(self):
|
|
138
138
|
self.assertEqual(ImageService.byte_order_for('scsi', (320, 320)), '>')
|
|
139
139
|
|
|
140
|
-
def
|
|
141
|
-
"""
|
|
142
|
-
self.assertEqual(ImageService.byte_order_for('scsi', (320, 240), fbl=51), '
|
|
140
|
+
def test_320x240_scsi_fbl51_little_endian(self):
|
|
141
|
+
"""HID Type 2 FBL 51 → little-endian (SPIMode=2 only for SPI mode 1)."""
|
|
142
|
+
self.assertEqual(ImageService.byte_order_for('scsi', (320, 240), fbl=51), '<')
|
|
143
143
|
|
|
144
144
|
def test_320x240_scsi_fbl50_little_endian(self):
|
|
145
145
|
"""SCSI 320x240 FBL 50 does NOT trigger SPIMode=2 → little-endian."""
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|