Skip to content

Commit

Permalink
disable WIN32_CUSTOM_TITLEBAR
Browse files Browse the repository at this point in the history
  • Loading branch information
elibroftw committed Feb 7, 2025
1 parent 9619430 commit 27fbe2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tauri/TauriProvider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import * as os from '@tauri-apps/plugin-os';
import React, { PropsWithChildren, useContext, useEffect, useState } from 'react';
import tauriConfJson from '../../src-tauri/tauri.conf.json';

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

0 comments on commit 27fbe2e

Please sign in to comment.