From 61da208c9571f3348eb0e11400fa54365d49a366 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Sun, 5 May 2019 17:38:04 +0200 Subject: ui: use natural sorting order --- conf/path_windows.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf/path_windows.go') diff --git a/conf/path_windows.go b/conf/path_windows.go index 96c68738..8b23e399 100644 --- a/conf/path_windows.go +++ b/conf/path_windows.go @@ -65,4 +65,4 @@ func RootDirectory() (string, error) { } cachedRootDir = c return cachedRootDir, nil -} \ No newline at end of file +} -- cgit v1.2.3-59-g8ed1b