mirror of
https://github.com/Kvan7/Exiled-Exchange-2.git
synced 2025-10-30 14:17:55 +00:00
feat: search Heist gems
This commit is contained in:
15
ipc/types.ts
15
ipc/types.ts
@@ -39,7 +39,7 @@ export interface Config {
|
||||
}
|
||||
|
||||
export const defaultConfig = (): Config => ({
|
||||
configVersion: 11,
|
||||
configVersion: 12,
|
||||
wikiKey: 'Alt + W',
|
||||
craftOfExileKey: null,
|
||||
overlayKey: 'Shift + Space',
|
||||
@@ -171,6 +171,19 @@ export const defaultConfig = (): Config => ({
|
||||
wmZorder: 'exclusive',
|
||||
wmFlags: ['invisible-on-blur', 'ignore-ui-visibility']
|
||||
},
|
||||
{
|
||||
wmId: 6,
|
||||
wmType: 'item-search',
|
||||
wmTitle: '',
|
||||
wmWants: 'hide',
|
||||
wmZorder: 6,
|
||||
wmFlags: ['invisible-on-blur'],
|
||||
anchor: {
|
||||
pos: 'tl',
|
||||
x: 10,
|
||||
y: 20
|
||||
}
|
||||
} as widget.ItemSearchWidget,
|
||||
// --- DEFAULT ---
|
||||
{
|
||||
wmId: 101,
|
||||
|
||||
@@ -74,3 +74,7 @@ export interface ImageStripWidget extends Widget {
|
||||
url: string
|
||||
}>
|
||||
}
|
||||
|
||||
export interface ItemSearchWidget extends Widget {
|
||||
anchor: Anchor
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user