success.pngの場所移動
This commit is contained in:
parent
5be29c891a
commit
0929f7af0a
2 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Before Width: | Height: | Size: 33 KiB After Width: | Height: | Size: 33 KiB |
Loading…
Reference in a new issue