mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Fix building on Linux
This commit is contained in:
@@ -163,7 +163,7 @@ void BrowserMainParts::PreEarlyInitialization() {
|
||||
base::FeatureList::SetInstance(std::move(feature_list));
|
||||
|
||||
#if defined(USE_X11)
|
||||
views::LinuxUI::SetInstance(BuildGtk2UI());
|
||||
views::LinuxUI::SetInstance(BuildGtkUi());
|
||||
OverrideLinuxAppDataPath();
|
||||
|
||||
// Installs the X11 error handlers for the browser process used during
|
||||
|
||||
Reference in New Issue
Block a user