var name fixed. see #621

This commit is contained in:
mic 2026-01-20 23:37:12 +01:00
parent 5e57ee19d0
commit 3180898dce

View file

@ -329,7 +329,7 @@ document.addEventListener('DOMContentLoaded', async () => {
browser.runtime.getPlatformInfo().then(info => {
taLog.log("OS: " + info.os);
if ((info.os === "linux")&&(prefs.chatgpt_win_height!=0)&&(prefs.chatgpt_win_width!=0)){
if ((info.os === "linux")&&(prefs_opt.chatgpt_win_height!=0)&&(prefs_opt.chatgpt_win_width!=0)){
document.getElementById('hyprland_warning').style.display = 'table-row';
}
});