[MM-59841] Migrate to titleBarOverlay
for Windows (#3111)
This commit is contained in:
@@ -119,7 +119,6 @@ export type RegistryConfig = {
|
||||
|
||||
export type CombinedConfig = Omit<Config, 'teams'> & Omit<BuildConfig, 'defaultServers'> & {
|
||||
appName: string;
|
||||
useNativeWindow: boolean;
|
||||
}
|
||||
|
||||
export type LocalConfiguration = Config & {
|
||||
|
@@ -34,10 +34,7 @@ declare global {
|
||||
openServersDropdown: () => void;
|
||||
switchTab: (viewId: string) => void;
|
||||
closeView: (viewId: string) => void;
|
||||
closeWindow: () => void;
|
||||
minimizeWindow: () => void;
|
||||
maximizeWindow: () => void;
|
||||
restoreWindow: () => void;
|
||||
exitFullScreen: () => void;
|
||||
doubleClickOnWindow: (windowName?: string) => void;
|
||||
focusCurrentView: () => void;
|
||||
reloadCurrentView: () => void;
|
||||
|
Reference in New Issue
Block a user