mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Revert "refactor: make LoginItemSettings::path a wstring"
This reverts commit 9127cff58b.
This commit is contained in:
@@ -131,7 +131,7 @@ class Browser : public WindowListObserver {
|
||||
bool restore_state = false;
|
||||
bool opened_at_login = false;
|
||||
bool opened_as_hidden = false;
|
||||
std::wstring path;
|
||||
std::u16string path;
|
||||
std::vector<std::u16string> args;
|
||||
|
||||
#if defined(OS_WIN)
|
||||
|
||||
Reference in New Issue
Block a user