From d5fc315dfef0a5c3f949091871c550e02e6b82bf Mon Sep 17 00:00:00 2001 From: imnyang Date: Sun, 11 Aug 2024 12:51:06 +0900 Subject: [PATCH] =?UTF-8?q?=EB=94=94=ED=8E=9C=EB=8D=94=EB=A1=9C=20?= =?UTF-8?q?=EA=B3=A0=EC=B9=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.py | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/main.py b/main.py index 23686fe..af1f78d 100644 --- a/main.py +++ b/main.py @@ -27,6 +27,16 @@ def on_clicked(icon, item): webbrowser.open('ms-settings:') elif item.text == '제품정보': webbrowser.open('https://altools.co.kr/product/ALYAC') + elif item.text == '업데이트': + webbrowser.open('ms-settings:windowsupdate-action') + elif item.text == 'PC최적화': + webbrowser.open('cleanmgr') + elif item.text == '알약 열기': + webbrowser.open('windowsdefender://open') + elif item.text == '빠른검사': + webbrowser.open('windowsdefender://quickscan') + elif item.text == '정밀검사': + webbrowser.open('windowsdefender://fullscan') else: webbrowser.open('https://www.youtube.com/watch?v=dQw4w9WgXcQ')