mirror of
https://github.com/pawelmalak/flame.git
synced 2026-02-28 01:13:11 +08:00
Fixed bug#270 where setting was not respected when local was set as primary search
This commit is contained in:
@@ -56,6 +56,7 @@ export const searchParser = (searchQuery: string): SearchResult => {
|
||||
if (prefix === 'l') {
|
||||
result.isLocal = true;
|
||||
}
|
||||
|
||||
result.sameTab = config.searchSameTab;
|
||||
|
||||
if (secondarySearch) {
|
||||
|
||||
Reference in New Issue
Block a user