From fe0074f20d47de9b13efd53b3a8ab1df94ff3cb4 Mon Sep 17 00:00:00 2001 From: TheBestPessimist Date: Thu, 14 Nov 2024 11:15:54 +0200 Subject: [PATCH] New flow launcher path --- WinTitles.ahk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WinTitles.ahk b/WinTitles.ahk index 1789ae8..32dd827 100644 --- a/WinTitles.ahk +++ b/WinTitles.ahk @@ -29,7 +29,7 @@ class WinTitles } class Paths { - static FlowLauncher := "D:\all\all\Flow.Launcher\Flow.Launcher.exe" + static FlowLauncher := "D:\all\all\FlowLauncher\Flow.Launcher.exe" } class Process {