mirror of
https://github.com/ksyasuda/SubMiner.git
synced 2026-03-23 00:11:28 -07:00
Overlay 2.0 (#12)
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
type TrayIconLike = {
|
||||
isEmpty: () => boolean;
|
||||
resize: (options: { width: number; height: number; quality?: 'best' | 'better' | 'good' }) => TrayIconLike;
|
||||
resize: (options: {
|
||||
width: number;
|
||||
height: number;
|
||||
quality?: 'best' | 'better' | 'good';
|
||||
}) => TrayIconLike;
|
||||
setTemplateImage: (enabled: boolean) => void;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user