Skip to content

Commit

Permalink
파일로부터 접속 대상 서버 불러오는 기능 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
hsheric0210 committed Apr 8, 2022
1 parent 472995d commit 4761bc5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
Binary file modified .vs/AutoKkutu/v17/.suo
Binary file not shown.
7 changes: 1 addition & 6 deletions MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -72,15 +72,10 @@ public MainWindow()
// Load default config
PathFinder.UpdateConfig(CurrentConfig = new Config());

// TODO: Improve this
string url = "https://kkutu.org";
if (new FileInfo("targetserver.txt").Exists)
url = File.ReadAllText("targetserver.txt");

// Initialize Browser
browser = new ChromiumWebBrowser
{
Address = url,
Address = "https://kkutu.pink",
UseLayoutRounding = true
};

Expand Down

0 comments on commit 4761bc5

Please sign in to comment.