File tree 2 files changed +10
-4
lines changed 2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -232,6 +232,7 @@ async function createWindow(): Promise<void> {
232
232
233
233
const windowSettings : Electron . BrowserWindowConstructorOptions = {
234
234
height : 600 ,
235
+ width : 400 ,
235
236
x : state . currentX ,
236
237
y : 50 ,
237
238
alwaysOnTop : true ,
@@ -251,11 +252,12 @@ async function createWindow(): Promise<void> {
251
252
backgroundColor : "#00000000" ,
252
253
focusable : true ,
253
254
skipTaskbar : true ,
254
- type : "panel " ,
255
+ type : "normal " ,
255
256
paintWhenInitiallyHidden : true ,
256
257
titleBarStyle : "hidden" ,
257
- enableLargerThanScreen : true ,
258
- movable : true
258
+ enableLargerThanScreen : false ,
259
+ movable : true ,
260
+ resizable : true
259
261
}
260
262
261
263
state . mainWindow = new BrowserWindow ( windowSettings )
Original file line number Diff line number Diff line change @@ -65,7 +65,11 @@ export default function SubscribePage({ user }: SubscribePageProps) {
65
65
</ h2 >
66
66
< p className = "text-gray-400 text-sm mt-2 mb-6" >
67
67
To continue using Interview Coder, you'll need to subscribe
68
- ($40/month)
68
+ ($60/month)
69
+ </ p >
70
+ < p className = "text-gray-500 text-[11px] -mt-4 mb-6 italic" >
71
+ * Undetectability may not work with some versions of MacOS. See our
72
+ help center for more details
69
73
</ p >
70
74
71
75
{ /* Keyboard Shortcuts */ }
You can’t perform that action at this time.
0 commit comments