Skip to content
This repository has been archived by the owner on Nov 9, 2023. It is now read-only.

Commit

Permalink
Fix vulkan support detection
Browse files Browse the repository at this point in the history
Signed-off-by: Lucchetto <[email protected]>
  • Loading branch information
Lucchetto committed Feb 26, 2023
1 parent 85cc758 commit dc530fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
<string name="upscaling_worker_notification_desc">Your device may slow down during the process</string>
<string name="upscaling_worker_error_notification_title">An error occurred while upscaling %1$s</string>
<string name="upscaling_worker_error_no_backend_title">Unsupported device</string>
<string name="upscaling_worker_error_no_backend_desc">Your device doesn\'t support Vulkan compute or OpenCL required to upscale images</string>
<string name="upscaling_worker_error_no_backend_desc">Your device doesn\'t support the Vulkan features or OpenCL required for image upscaling</string>
<string name="upscaling_worker_success_notification_title">%1$s upscaled successfully !</string>
<string name="upscaling_worker_success_notification_desc">Click here to open the image</string>
<string name="upscaling_worker_progress_notification_channel_name">Upscaling progress</string>
Expand Down

0 comments on commit dc530fd

Please sign in to comment.