mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-15 18:43:59 +00:00
fix: force grid view when browsing emoji categories
This commit is contained in:
@@ -60,6 +60,9 @@ SmartPanel {
|
||||
if (searchText.startsWith(">clip") || searchText.startsWith(">calc")) {
|
||||
return false;
|
||||
}
|
||||
if (activePlugin === emojiPlugin && emojiPlugin.isBrowsingMode) {
|
||||
return true;
|
||||
}
|
||||
return Settings.data.appLauncher.viewMode === "grid";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user