merging pr-107
This commit is contained in:
parent
6ec45e138f
commit
d1c81ce012
@ -37,7 +37,7 @@ const isLiquidGlassSupported = () => {
|
||||
}
|
||||
const majorVersion = parseInt(os.release().split('.')[0], 10);
|
||||
// return majorVersion >= 25; // macOS 26+ (Darwin 25+)
|
||||
return majorVersion >= 26; // See you soon!
|
||||
return majorVersion >= 25; // See you soon!
|
||||
};
|
||||
let shouldUseLiquidGlass = isLiquidGlassSupported();
|
||||
if (shouldUseLiquidGlass) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user