Skip to content

Commit

Permalink
[app_xdg] Revert unset QT_QPA_PLATFORM
Browse files Browse the repository at this point in the history
  • Loading branch information
ManuelSchneid3r committed Feb 24, 2023
1 parent ca2dbdf commit 90f2cca
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion applications_xdg/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ albert_plugin(
LICENSE ALL
URL https://github.com/albertlauncher/plugins/tree/master/applications_xdg
MAINTAINERS @manuelschneid3r
AUTHORS @manuelschneid3r
QT_DEPENDENCIES Widgets
)
endif()
1 change: 0 additions & 1 deletion applications_xdg/src/plugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,6 @@ vector<IndexItem> Plugin::indexApps(const bool &abort) const
Plugin::Plugin()
{
qunsetenv("DESKTOP_AUTOSTART_ID");
qunsetenv("QT_QPA_PLATFORM");

// Load settings
ignoreShowInKeys = settings()->value(CFG_IGNORESHOWINKEYS, DEF_IGNORESHOWINKEYS).toBool();
Expand Down

0 comments on commit 90f2cca

Please sign in to comment.