Skip to content

Commit 27fbe2e

Browse files
committed
disable WIN32_CUSTOM_TITLEBAR
1 parent 9619430 commit 27fbe2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tauri/TauriProvider.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import * as os from '@tauri-apps/plugin-os';
77
import React, { PropsWithChildren, useContext, useEffect, useState } from 'react';
88
import tauriConfJson from '../../src-tauri/tauri.conf.json';
99

10-
const WIN32_CUSTOM_TITLEBAR = true;
10+
const WIN32_CUSTOM_TITLEBAR = false;
1111
export const APP_NAME = tauriConfJson.productName;
1212
// running on a desktop app or a mobile app - but not in the browser
1313
declare global {

0 commit comments

Comments
 (0)