From adac6eee2f6d079a691917660e3e9ce5f9cf1019 Mon Sep 17 00:00:00 2001 From: Kazuhiro Date: Tue, 27 Oct 2015 20:00:04 +0900 Subject: [PATCH] Add preset window titles for popular games in Japan --- BurageSnap/Config.cs | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/BurageSnap/Config.cs b/BurageSnap/Config.cs index e0ebba6..243d1bd 100644 --- a/BurageSnap/Config.cs +++ b/BurageSnap/Config.cs @@ -35,7 +35,14 @@ namespace BurageSnap public bool TopMost { get; set; } public int Interval { get; set; } = 200; public int RingBuffer { get; set; } = 25; - public string[] TitleHistory { get; set; } = {"艦隊これくしょん -艦これ- - オンラインゲーム - DMM.com"}; + + public string[] TitleHistory { get; set; } = { + "艦隊これくしょん -艦これ- - オンラインゲーム - DMM.com", + "千年戦争アイギス - オンラインゲーム - DMM.com", + "FLOWER KNIGHT GIRL - オンラインゲーム - DMM.com", + "刀剣乱舞-ONLINE- - オンラインゲーム - DMM.com" + }; + public string Folder { get; set; } public bool DailyFolder { get; set; } = true; public OutputFormat Format { get; set; } = OutputFormat.Jpg; -- 2.11.0