refactor: make LoginItemSettings::path a wstring

This commit is contained in:
Charles Kerr 2021-03-30 17:14:27 -07:00
parent 0f3620099a
commit 9127cff58b
2 changed files with 4 additions and 6 deletions

View file

@ -131,7 +131,7 @@ class Browser : public WindowListObserver {
bool restore_state = false;
bool opened_at_login = false;
bool opened_as_hidden = false;
std::u16string path;
std::wstring path;
std::vector<std::u16string> args;
#if defined(OS_WIN)