summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorxXJSONDeruloXx <danielhimebauch@gmail.com>2025-10-20 13:41:42 -0400
committerxXJSONDeruloXx <danielhimebauch@gmail.com>2025-10-20 13:41:42 -0400
commit45768e35b7e579bc795f33e802287bdf25c191cb (patch)
tree1c3a5b61ee19410d0d385a4a0a4cfb0f958cce9a /src
parentc07cf0dde2f26ec3ac672efe06da7cd991ed208b (diff)
downloaddecky-lsfg-vk-45768e35b7e579bc795f33e802287bdf25c191cb.tar.gz
decky-lsfg-vk-45768e35b7e579bc795f33e802287bdf25c191cb.zip
chore: rename dll to more clearly ref lossless dll
Diffstat (limited to 'src')
-rw-r--r--src/components/NerdStuffModal.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/NerdStuffModal.tsx b/src/components/NerdStuffModal.tsx
index b5689c9..89a6547 100644
--- a/src/components/NerdStuffModal.tsx
+++ b/src/components/NerdStuffModal.tsx
@@ -86,7 +86,7 @@ export function NerdStuffModal({ closeModal }: NerdStuffModalProps) {
</Focusable>
</Field>
- <Field label="SHA256 Hash">
+ <Field label="DLL SHA256 Hash">
<Focusable
onClick={() => dllStats.dll_sha256 && copyToClipboard(dllStats.dll_sha256)}
onActivate={() => dllStats.dll_sha256 && copyToClipboard(dllStats.dll_sha256)}