mirror of
https://github.com/icecoder/ICEcoder.git
synced 2026-03-05 00:04:00 +01:00
Snowflake char for unsaved state, not asterisk
This commit is contained in:
@@ -2075,7 +2075,7 @@ var ICEcoder = {
|
||||
for(var i=1;i<=top.ICEcoder.savedPoints.length;i++) {
|
||||
if (top.ICEcoder.savedPoints[i-1]!=top.ICEcoder.getcMInstance(i).changeGeneration()) {
|
||||
// We have an unsaved tab, indicate that in the title
|
||||
winTitle += " *";
|
||||
winTitle += " \u2744";
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user