From 0929f7af0ade2cd960624fa996db0acfd1cfe8f9 Mon Sep 17 00:00:00 2001 From: suti7yk5032 Date: Wed, 30 Oct 2024 23:21:01 +0900 Subject: [PATCH] =?UTF-8?q?success.png=E3=81=AE=E5=A0=B4=E6=89=80=E7=A7=BB?= =?UTF-8?q?=E5=8B=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dislocker_client.py | 2 +- resource/{ => icon}/success.png | Bin 2 files changed, 1 insertion(+), 1 deletion(-) rename resource/{ => icon}/success.png (100%) diff --git a/dislocker_client.py b/dislocker_client.py index aa493bd..f649ac5 100644 --- a/dislocker_client.py +++ b/dislocker_client.py @@ -253,7 +253,7 @@ class App(customtkinter.CTk): app_id=f'{app_name}', title=f'{lang["App"]["notification"]["success"]["title"]}', msg=f'{lang["App"]["notification"]["success"]["details"]}', - icon=resource_path + r'\success.png' + icon=resource_path + '\\icon\\success.png' ) success.set_audio(audio.Default, loop=False) success.show() diff --git a/resource/success.png b/resource/icon/success.png similarity index 100% rename from resource/success.png rename to resource/icon/success.png